| __arpEntryTag | ARP cache entry |
| __arpHeaderTag | ARP header |
| __arpPacketTag | ARP packet |
| __arpRequestTag | Structure to hold the synchronous ARP requests |
| __charlcdParamsTag | The __CHARLCD_PARAMS structure contains the required hardware information to manage the Char LCD driver. Usually its values are pre-configured in a file inside the boards directory |
| __charlcdPdb | |
| __chksumPseudoHdrTag | Checksum pseudo header |
| __def8Tag | |
| __DEF_16 | |
| __DEF_32 | |
| __deviceTag | Device driver control block |
| __dhcpBootpTag | DHCP BOOTP packet |
| __dhcpLeaseTag | DHCP lease information and timings |
| __dhcpTag | Network interface DHCP information |
| __ethernetHeaderTag | Ethernet header |
| __ethpdbTag | Private data block |
| __eventTag | |
| __fatvolumeTag | Volume description |
| __FLT32 | |
| __FLT64 | |
| __gpsCmdTag | Structure to be used to register a parser for a given custom NMEA sentence. To be used with the __nmeaRegisterCommand() function |
| __gpsData | GPS data |
| __gpsPdbTag | GPS driver Private Data block |
| __heapWalkTag | |
| __i2cConfig | I2C driver custom initialization structure. Pass this structure to initialize the driver (__i2cInit() / __deviceInit() function) with custom parameters |
| __i2cpdbTag | I2C driver Private Data block |
| __icmpEchoTag | ICMP echo data |
| __icmpHdrTag | ICMP header |
| __icmpPingTag | Structure to hold the ECHO request information |
| __ipHeader | IP header |
| __lockListTag | |
| __lockTag | |
| __m24cpdbTag | |
| __nbLayerTag | Layer representation |
| __netAddrTag | |
| __netBuffer | Network buffer |
| __netifTag | Network interface |
| __nmeaGGA | NMEA GGA sentence |
| __nmeaGLL | NMEA GLL sentence |
| __nmeaGSA | NMEA GSA sentence |
| __nmeaGSV | NMEA GSV sentence |
| __nmeaGSVMsg | |
| __nmeaRMC | NMEA RMC sentence |
| __nmeaSV | From GSV sentence |
| __nmeaVTG | NMEA VTG sentence |
| __routeEntryTag | Route table entry |
| __rtcDateTimeTag | Date/Time structure |
| __sdpdbTag | SD driver Private Data block |
| __serialConfig | |
| __serialpdbTag | |
| __socketPdbTag | Socket private data block |
| __spiConfig | |
| __spipdbTag | |
| __terminalCommandTag | |
| __terminalTag | |
| __threadTag | |
| __threadWalkTag | |
| __timerTag | |
| __udpHdrTag | UDP header |
| ETH_PARAMS | |
| GPS_PARAMS | The GPS_PARAMS structure contains the required hardware information to manage the GPS driver. Usually its values are pre-configured in a file inside the boards directory |
| I2C_PARAMS | The I2C_PARAMS structure contains the required hardware information to manage the I2C driver. Usually its values are pre-configured in a file inside the boards directory |
| queueDataTag | Structure used in dynamically-allocated queue type |
| queueTag | Main queue structure |
| SD_PARAMS | The SD_PARAMS structure contains the required hardware information to manage the SD driver. Usually its values are pre-configured in a file inside the boards directory |
| SPI_PARAMS | The SPI_PARAMS structure contains the required hardware information to manage the SPI driver. Usually its values are pre-configured in a file inside the boards directory |
| UART_PARAMS | The UART_PARAMS structure contains the required hardware information to manage the Serial driver. Usually its values are pre-configured in a file inside the boards directory |