Lines Matching refs:uxIndex
166 pxConfig->uxIndex = 1; in test_xBitConfig_read_uc_OutOfBoundRead()
188 pxConfig->uxIndex = 0; in test_xBitConfig_read_uc_NullData()
194 TEST_ASSERT_EQUAL( SIZE_OF_BINARY_STREAM, pxConfig->uxIndex ); in test_xBitConfig_read_uc_NullData()
214 pxConfig->uxIndex = 0; in test_xBitConfig_read_uc_HappyPath()
221 TEST_ASSERT_EQUAL( uxSize, pxConfig->uxIndex ); in test_xBitConfig_read_uc_HappyPath()
259 xConfig.uxIndex = uxSize; in test_pucBitConfig_peek_last_index_uc_NullpucData()
283 xConfig.uxIndex = 0; in test_pucBitConfig_peek_OutOfBound()
308 xConfig.uxIndex = SIZE_OF_BINARY_STREAM; in test_pucBitConfig_peek_last_index_uc_HappyPath()
352 pxConfig->uxIndex = 0; in test_xBitConfig_read_8_HappyPath()
359 TEST_ASSERT_EQUAL( 1, pxConfig->uxIndex ); in test_xBitConfig_read_8_HappyPath()
397 pxConfig->uxIndex = 0; in test_usBitConfig_read_16_HappyPath()
444 pxConfig->uxIndex = 0; in test_ulBitConfig_read_32_HappyPath()
456 TEST_ASSERT_EQUAL( sizeof( uint32_t ), pxConfig->uxIndex ); in test_ulBitConfig_read_32_HappyPath()
488 xConfig.uxIndex = SIZE_OF_BINARY_STREAM; in test_vBitConfig_write_uc_OutOfBoundWrite()
512 xConfig.uxIndex = 0; in test_vBitConfig_write_uc_HappyPath()
518 TEST_ASSERT_EQUAL( SIZE_OF_BINARY_STREAM, xConfig.uxIndex ); in test_vBitConfig_write_uc_HappyPath()
529 size_t uxSize = SIZE_OF_BINARY_STREAM, uxIndex = 0; in test_vBitConfig_write_8() local
536 xConfig.uxIndex = uxIndex; in test_vBitConfig_write_8()
542 TEST_ASSERT_EQUAL( sizeof( uint8_t ), xConfig.uxIndex ); in test_vBitConfig_write_8()
543 TEST_ASSERT_EQUAL( xConfig.ucContents[ uxIndex ], ucValue ); in test_vBitConfig_write_8()
564 xConfig.uxIndex = 0; in test_vBitConfig_write_16()
570 TEST_ASSERT_EQUAL( sizeof( uint16_t ), xConfig.uxIndex ); in test_vBitConfig_write_16()
588 xConfig.uxIndex = 0; in test_vBitConfig_write_32()
599 TEST_ASSERT_EQUAL( sizeof( uint32_t ), xConfig.uxIndex ); in test_vBitConfig_write_32()