Searched defs:ucContents (Results 1 – 2 of 2) sorted by relevance
206 uint8_t ucContents[ uxSize ], ucData[ uxSize ]; in test_xBitConfig_read_uc_HappyPath() local301 uint8_t ucData[ uxSize ], ucContents[ SIZE_OF_BINARY_STREAM ]; in test_pucBitConfig_peek_last_index_uc_HappyPath() local345 uint8_t ucContents[ uxSize ]; in test_xBitConfig_read_8_HappyPath() local391 uint8_t ucContents[ uxSize ]; in test_usBitConfig_read_16_HappyPath() local438 uint8_t ucContents[ uxSize ]; in test_ulBitConfig_read_32_HappyPath() local505 uint8_t ucContents[ uxSize ]; in test_vBitConfig_write_uc_HappyPath() local531 uint8_t ucContents[ uxSize ]; in test_vBitConfig_write_8() local555 uint8_t ucContents[ uxSize ]; in test_vBitConfig_write_16() local583 uint8_t ucContents[ uxSize ]; in test_vBitConfig_write_32() local
45 uint8_t * ucContents; /**< An allocated buffer to hold the binary data stream. */ member