Searched refs:pucBitConfig_peek_last_index_uc (Results 1 – 4 of 4) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
HD | FreeRTOS_BitConfig.h | 61 BaseType_t pucBitConfig_peek_last_index_uc( BitConfig_t * pxConfig,
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_BitConfig/ |
HD | FreeRTOS_BitConfig_utest.c | 240 xResult = pucBitConfig_peek_last_index_uc( &xConfig, NULL, uxSize ); in test_pucBitConfig_peek_last_index_uc_xHasError() 261 xResult = pucBitConfig_peek_last_index_uc( &xConfig, NULL, uxSize ); in test_pucBitConfig_peek_last_index_uc_NullpucData() 285 xResult = pucBitConfig_peek_last_index_uc( &xConfig, &ucData, uxSize ); in test_pucBitConfig_peek_OutOfBound() 311 xResult = pucBitConfig_peek_last_index_uc( &xConfig, ucData, uxSize ); in test_pucBitConfig_peek_last_index_uc_HappyPath()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/ |
HD | FreeRTOS_BitConfig.c | 141 BaseType_t pucBitConfig_peek_last_index_uc( BitConfig_t * pxConfig, in pucBitConfig_peek_last_index_uc() function
|
HD | FreeRTOS_DHCPv6.c | 1006 …( void ) pucBitConfig_peek_last_index_uc( &( xMessage ), EP_DHCPData.ucClientDUID, dhcpIPv6_CLIENT… in prvSendDHCPMessage() 1269 … ( pucBitConfig_peek_last_index_uc( pxMessage, ucClientDUID, pxSet->uxOptionLength ) != pdTRUE ) || in prvDHCPv6_handleOption()
|