Milos RTOS v0.3.4a
Real Time Operating System
Data Structures
Here are the data structures with brief descriptions:
__arpEntryTagARP cache entry
__arpHeaderTagARP header
__arpPacketTagARP packet
__arpRequestTagStructure to hold the synchronous ARP requests
__charlcdParamsTagThe __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
__chksumPseudoHdrTagChecksum pseudo header
__def8Tag
__DEF_16
__DEF_32
__deviceTagDevice driver control block
__dhcpBootpTagDHCP BOOTP packet
__dhcpLeaseTagDHCP lease information and timings
__dhcpTagNetwork interface DHCP information
__ethernetHeaderTagEthernet header
__ethpdbTagPrivate data block
__eventTag
__fatvolumeTagVolume description
__FLT32
__FLT64
__gpsCmdTagStructure to be used to register a parser for a given custom NMEA sentence. To be used with the __nmeaRegisterCommand() function
__gpsDataGPS data
__gpsPdbTagGPS driver Private Data block
__heapWalkTag
__i2cConfigI2C driver custom initialization structure. Pass this structure to initialize the driver (__i2cInit() / __deviceInit() function) with custom parameters
__i2cpdbTagI2C driver Private Data block
__icmpEchoTagICMP echo data
__icmpHdrTagICMP header
__icmpPingTagStructure to hold the ECHO request information
__ipHeaderIP header
__lockListTag
__lockTag
__m24cpdbTag
__nbLayerTagLayer representation
__netAddrTag
__netBufferNetwork buffer
__netifTagNetwork interface
__nmeaGGANMEA GGA sentence
__nmeaGLLNMEA GLL sentence
__nmeaGSANMEA GSA sentence
__nmeaGSVNMEA GSV sentence
__nmeaGSVMsg
__nmeaRMCNMEA RMC sentence
__nmeaSVFrom GSV sentence
__nmeaVTGNMEA VTG sentence
__routeEntryTagRoute table entry
__rtcDateTimeTagDate/Time structure
__sdpdbTagSD driver Private Data block
__serialConfig
__serialpdbTag
__socketPdbTagSocket private data block
__spiConfig
__spipdbTag
__terminalCommandTag
__terminalTag
__threadTag
__threadWalkTag
__timerTag
__udpHdrTagUDP header
ETH_PARAMS
GPS_PARAMSThe 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_PARAMSThe 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
queueDataTagStructure used in dynamically-allocated queue type
queueTagMain queue structure
SD_PARAMSThe 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_PARAMSThe 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_PARAMSThe 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
 All Data Structures Files Functions Variables Typedefs Defines