Lines Matching refs:BitConfig_t

61     BitConfig_t xConfig, * pxConfig = &xConfig;  in test_xBitConfig_init_Fail()
66 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_xBitConfig_init_Fail()
83 BitConfig_t xConfig, * pxConfig = &xConfig; in test_xBitConfig_init_pucDataNull()
90 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_xBitConfig_init_pucDataNull()
112 BitConfig_t xConfig; in test_xBitConfig_init_HappyPath()
119 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_xBitConfig_init_HappyPath()
140 BitConfig_t xConfig; in test_xBitConfig_read_uc_xHasError()
144 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_xBitConfig_read_uc_xHasError()
160 BitConfig_t xConfig, * pxConfig = &xConfig; in test_xBitConfig_read_uc_OutOfBoundRead()
164 memset( pxConfig, 0, sizeof( BitConfig_t ) ); in test_xBitConfig_read_uc_OutOfBoundRead()
183 BitConfig_t xConfig, * pxConfig = &xConfig; in test_xBitConfig_read_uc_NullData()
186 memset( pxConfig, 0, sizeof( BitConfig_t ) ); in test_xBitConfig_read_uc_NullData()
204 BitConfig_t xConfig, * pxConfig = &xConfig; in test_xBitConfig_read_uc_HappyPath()
209 memset( pxConfig, 0, sizeof( BitConfig_t ) ); in test_xBitConfig_read_uc_HappyPath()
233 BitConfig_t xConfig; in test_pucBitConfig_peek_last_index_uc_xHasError()
237 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_pucBitConfig_peek_last_index_uc_xHasError()
253 BitConfig_t xConfig; in test_pucBitConfig_peek_last_index_uc_NullpucData()
257 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_pucBitConfig_peek_last_index_uc_NullpucData()
276 BitConfig_t xConfig; in test_pucBitConfig_peek_OutOfBound()
281 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_pucBitConfig_peek_OutOfBound()
299 BitConfig_t xConfig; in test_pucBitConfig_peek_last_index_uc_HappyPath()
304 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_pucBitConfig_peek_last_index_uc_HappyPath()
325 BitConfig_t xConfig, * pxConfig = &xConfig; in test_ucBitConfig_read_8_fail()
328 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_ucBitConfig_read_8_fail()
343 BitConfig_t xConfig, * pxConfig = &xConfig; in test_xBitConfig_read_8_HappyPath()
348 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_xBitConfig_read_8_HappyPath()
370 BitConfig_t xConfig, * pxConfig = &xConfig; in test_usBitConfig_read_16_fail()
373 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_usBitConfig_read_16_fail()
389 BitConfig_t xConfig, * pxConfig = &xConfig; in test_usBitConfig_read_16_HappyPath()
394 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_usBitConfig_read_16_HappyPath()
417 BitConfig_t xConfig, * pxConfig = &xConfig; in test_ulBitConfig_read_32_fail()
420 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_ulBitConfig_read_32_fail()
436 BitConfig_t xConfig, * pxConfig = &xConfig; in test_ulBitConfig_read_32_HappyPath()
441 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_ulBitConfig_read_32_HappyPath()
466 BitConfig_t xConfig; in test_vBitConfig_write_uc_xHasError()
469 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_vBitConfig_write_uc_xHasError()
483 BitConfig_t xConfig; in test_vBitConfig_write_uc_OutOfBoundWrite()
486 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_vBitConfig_write_uc_OutOfBoundWrite()
503 BitConfig_t xConfig; in test_vBitConfig_write_uc_HappyPath()
508 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_vBitConfig_write_uc_HappyPath()
528 BitConfig_t xConfig; in test_vBitConfig_write_8()
533 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_vBitConfig_write_8()
552 BitConfig_t xConfig; in test_vBitConfig_write_16()
561 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_vBitConfig_write_16()
580 BitConfig_t xConfig; in test_vBitConfig_write_32()
586 memset( &xConfig, 0, sizeof( BitConfig_t ) ); in test_vBitConfig_write_32()
609 BitConfig_t * pxConfig = NULL; in test_vBitConfig_NoReleaseNULL()
620 BitConfig_t xConfig, xConfigExpected; in test_vBitConfig_ReleaseNULL()
622 memset( &xConfig, 1, sizeof( BitConfig_t ) ); in test_vBitConfig_ReleaseNULL()
623 memset( &xConfigExpected, 0, sizeof( BitConfig_t ) ); in test_vBitConfig_ReleaseNULL()
628 TEST_ASSERT_EQUAL_MEMORY( &xConfigExpected, &xConfig, sizeof( BitConfig_t ) ); in test_vBitConfig_ReleaseNULL()
637 BitConfig_t xConfig, xConfigExpected; in test_vBitConfig_Release()
640 memset( &xConfig, 1, sizeof( BitConfig_t ) ); in test_vBitConfig_Release()
642 memset( &xConfigExpected, 0, sizeof( BitConfig_t ) ); in test_vBitConfig_Release()
649 TEST_ASSERT_EQUAL_MEMORY( &xConfigExpected, &xConfig, sizeof( BitConfig_t ) ); in test_vBitConfig_Release()