Home
last modified time | relevance | path

Searched refs:SINC_CheckModulatorClockReady (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/sinc/
Dfsl_sinc.c102 while (!SINC_CheckModulatorClockReady(base, (uint32_t)kSINC_ModClk0)) in SINC_Init()
110 while (!SINC_CheckModulatorClockReady(base, (uint32_t)kSINC_ModClk1)) in SINC_Init()
118 while (!SINC_CheckModulatorClockReady(base, (uint32_t)kSINC_ModClk2)) in SINC_Init()
Dfsl_sinc.h982 static inline bool SINC_CheckModulatorClockReady(SINC_Type *base, uint32_t modClkMasks) in SINC_CheckModulatorClockReady() function