Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/vbat/
Dfsl_vbat.c242 bool timerEnabled = false; in VBAT_SetBandgapTimerTimeoutValue() local
246 timerEnabled = ((base->LDOTIMER0 & VBAT_LDOTIMER0_TIMEN_MASK) != 0UL) ? true : false; in VBAT_SetBandgapTimerTimeoutValue()
248 if (timerEnabled) in VBAT_SetBandgapTimerTimeoutValue()
255 if (timerEnabled) in VBAT_SetBandgapTimerTimeoutValue()
263 timerEnabled = ((base->LDOTIMER1 & VBAT_LDOTIMER1_TIMEN_MASK) != 0UL) ? true : false; in VBAT_SetBandgapTimerTimeoutValue()
265 if (timerEnabled) in VBAT_SetBandgapTimerTimeoutValue()
272 if (timerEnabled) in VBAT_SetBandgapTimerTimeoutValue()
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_vbat/
Dfsl_vbat.c298 bool timerEnabled = false; in VBAT_SetBandgapTimer0TimeoutValue() local
300 timerEnabled = ((base->LDOTIMER0 & VBAT_LDOTIMER0_TIMEN_MASK) != 0UL) ? true : false; in VBAT_SetBandgapTimer0TimeoutValue()
302 if (timerEnabled) in VBAT_SetBandgapTimer0TimeoutValue()
309 if (timerEnabled) in VBAT_SetBandgapTimer0TimeoutValue()
325 bool timerEnabled = false; in VBAT_SetBandgapTimer1TimeoutValue() local
327 timerEnabled = ((base->LDOTIMER1 & VBAT_LDOTIMER1_TIMEN_MASK) != 0UL) ? true : false; in VBAT_SetBandgapTimer1TimeoutValue()
329 if (timerEnabled) in VBAT_SetBandgapTimer1TimeoutValue()
336 if (timerEnabled) in VBAT_SetBandgapTimer1TimeoutValue()