Home
last modified time | relevance | path

Searched refs:timeDelay (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/phyksz8081/
Dfsl_phy.c37 uint32_t timeDelay; in PHY_Init() local
97 for (timeDelay = 0; timeDelay < PHY_TIMEOUT_COUNT; timeDelay++) in PHY_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/wdog32/
Dfsl_wdog32.c117 for (uint8_t timeDelay = 0U; timeDelay < 128U; timeDelay++) in WDOG32_Init() local
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/smartcard/
Dfsl_smartcard_phy_emvsim.c100 if ((NULL == context) || (NULL == context->timeDelay)) in SMARTCARD_PHY_Activate()
138 context->timeDelay(temp); in SMARTCARD_PHY_Activate()
185 context->timeDelay(100 * 1000); in SMARTCARD_PHY_Deactivate()
Dfsl_smartcard.h253 …smartcard_time_delay_t timeDelay; /*!< Function which handles time delay defined b… member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c.c884 uint8_t timeDelay = 6; in I2C_MasterRepeatedStart() local
903 while (0U != (timeDelay--)) in I2C_MasterRepeatedStart()