Home
last modified time | relevance | path

Searched refs:FLEXIO_GetTimerStatusFlags (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/
Dfsl_flexio.h688 static inline uint32_t FLEXIO_GetTimerStatusFlags(FLEXIO_Type *base) in FLEXIO_GetTimerStatusFlags() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/mculcd/
Dfsl_flexio_mculcd.c784 while (0U == ((1UL << base->timerIndex) & FLEXIO_GetTimerStatusFlags(flexioBase))) in FLEXIO_MCULCD_WriteCommandBlocking()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.c1212 while (0U == (FLEXIO_GetTimerStatusFlags(base->flexioBase) & (1UL << base->timerIndex[1]))) in FLEXIO_I2C_MasterTransferBlocking()