Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_adc/
Dfsl_adc.c206 uint32_t delayUs = 0U; in ADC_DoSelfCalibration() local
235 delayUs = (120UL * FREQUENCY_1MHZ) / frequency + 1UL; in ADC_DoSelfCalibration()
238 SDK_DelayAtLeastUs(delayUs, SDK_DEVICE_MAXIMUM_CPU_CLOCK_FREQUENCY); in ADC_DoSelfCalibration()
246 delayUs = (10UL * FREQUENCY_1MHZ) / frequency + 1UL; in ADC_DoSelfCalibration()
248 SDK_DelayAtLeastUs(delayUs, SDK_DEVICE_MAXIMUM_CPU_CLOCK_FREQUENCY); in ADC_DoSelfCalibration()
272 uint32_t delayUs = 0U; in ADC_DoOffsetCalibration() local
308 delayUs = (120UL * FREQUENCY_1MHZ) / frequency + 1UL; in ADC_DoOffsetCalibration()
309 SDK_DelayAtLeastUs(delayUs, SDK_DEVICE_MAXIMUM_CPU_CLOCK_FREQUENCY); in ADC_DoOffsetCalibration()
322 delayUs = (10UL * FREQUENCY_1MHZ) / frequency + 1UL; in ADC_DoOffsetCalibration()
323 SDK_DelayAtLeastUs(delayUs, SDK_DEVICE_MAXIMUM_CPU_CLOCK_FREQUENCY); in ADC_DoOffsetCalibration()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/wm8962/
Dfsl_wm8962.c52 uint32_t delayUs = 93000U; in WM8962_StartSequence() local
59 delayUs = 93000U; in WM8962_StartSequence()
62 delayUs = 75000U; in WM8962_StartSequence()
65 delayUs = 32000U; in WM8962_StartSequence()
68 delayUs = 2000U; in WM8962_StartSequence()
71 delayUs = 2000U; in WM8962_StartSequence()
74 delayUs = 93000U; in WM8962_StartSequence()
80 while (delayUs != 0U) in WM8962_StartSequence()
88 delayUs -= 1000U; in WM8962_StartSequence()
146 …uint32_t fllGCD = 0U, fllTheta = 0U, fllLambda = 0U, nDivider = 0U, delayUs = WM8962_FLL_LOCK_TIME… in WM8962_SetInternalFllConfig() local
[all …]