Home
last modified time | relevance | path

Searched defs:ucContents (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_BitConfig/
DFreeRTOS_BitConfig_utest.c206 uint8_t ucContents[ uxSize ], ucData[ uxSize ]; in test_xBitConfig_read_uc_HappyPath() local
301 uint8_t ucData[ uxSize ], ucContents[ SIZE_OF_BINARY_STREAM ]; in test_pucBitConfig_peek_last_index_uc_HappyPath() local
345 uint8_t ucContents[ uxSize ]; in test_xBitConfig_read_8_HappyPath() local
391 uint8_t ucContents[ uxSize ]; in test_usBitConfig_read_16_HappyPath() local
438 uint8_t ucContents[ uxSize ]; in test_ulBitConfig_read_32_HappyPath() local
505 uint8_t ucContents[ uxSize ]; in test_vBitConfig_write_uc_HappyPath() local
531 uint8_t ucContents[ uxSize ]; in test_vBitConfig_write_8() local
555 uint8_t ucContents[ uxSize ]; in test_vBitConfig_write_16() local
583 uint8_t ucContents[ uxSize ]; in test_vBitConfig_write_32() local
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_BitConfig.h45 uint8_t * ucContents; /**< An allocated buffer to hold the binary data stream. */ member