Home
last modified time | relevance | path

Searched refs:ucBitConfig_read_8 (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
HDFreeRTOS_BitConfig.h55 uint8_t ucBitConfig_read_8( BitConfig_t * pxConfig );
/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_BitConfig.c173 uint8_t ucBitConfig_read_8( BitConfig_t * pxConfig ) in ucBitConfig_read_8() function
HDFreeRTOS_DHCPv6.c1167 pxDHCPMessage->ucprefixLength = ucBitConfig_read_8( pxMessage ); in prvDHCPv6_subOption()
1327 uint8_t ucPreference = ucBitConfig_read_8( pxMessage ); in prvDHCPv6_handleOption()
1416 pxDHCPMessage->uxMessageType = ucBitConfig_read_8( &xMessage ); in prvDHCPv6Analyse()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_BitConfig/
HDFreeRTOS_BitConfig_utest.c331 ucResult = ucBitConfig_read_8( pxConfig ); in test_ucBitConfig_read_8_fail()
356 ucResult = ucBitConfig_read_8( pxConfig ); in test_xBitConfig_read_8_HappyPath()