Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_BitConfig/
DFreeRTOS_BitConfig_utest.c61 BitConfig_t xConfig, * pxConfig = &xConfig; in test_xBitConfig_init_Fail() local
83 BitConfig_t xConfig, * pxConfig = &xConfig; in test_xBitConfig_init_pucDataNull() local
112 BitConfig_t xConfig; in test_xBitConfig_init_HappyPath() local
140 BitConfig_t xConfig; in test_xBitConfig_read_uc_xHasError() local
160 BitConfig_t xConfig, * pxConfig = &xConfig; in test_xBitConfig_read_uc_OutOfBoundRead() local
183 BitConfig_t xConfig, * pxConfig = &xConfig; in test_xBitConfig_read_uc_NullData() local
204 BitConfig_t xConfig, * pxConfig = &xConfig; in test_xBitConfig_read_uc_HappyPath() local
233 BitConfig_t xConfig; in test_pucBitConfig_peek_last_index_uc_xHasError() local
253 BitConfig_t xConfig; in test_pucBitConfig_peek_last_index_uc_NullpucData() local
276 BitConfig_t xConfig; in test_pucBitConfig_peek_OutOfBound() local
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/NXP1060/
DNetworkInterface.c227 static phy_config_t xConfig = variable
728 static status_t xWaitPHY( phy_config_t xConfig ) in xWaitPHY()