Home
last modified time | relevance | path

Searched refs:timeoutPeriod (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_vbat/
Dfsl_vbat.c296 …T_SetBandgapTimer0TimeoutValue(VBAT_Type *base, vbat_bandgap_timer0_timeout_period_t timeoutPeriod) in VBAT_SetBandgapTimer0TimeoutValue() argument
307 …IMER0 = ((base->LDOTIMER0 & (~VBAT_LDOTIMER0_TIMCFG_MASK)) | VBAT_LDOTIMER0_TIMCFG(timeoutPeriod)); in VBAT_SetBandgapTimer0TimeoutValue()
323 void VBAT_SetBandgapTimer1TimeoutValue(VBAT_Type *base, uint32_t timeoutPeriod) in VBAT_SetBandgapTimer1TimeoutValue() argument
334 …IMER1 = ((base->LDOTIMER1 & (~VBAT_LDOTIMER1_TIMCFG_MASK)) | VBAT_LDOTIMER1_TIMCFG(timeoutPeriod)); in VBAT_SetBandgapTimer1TimeoutValue()
Dfsl_vbat.h926 …_SetBandgapTimer0TimeoutValue(VBAT_Type *base, vbat_bandgap_timer0_timeout_period_t timeoutPeriod);
936 void VBAT_SetBandgapTimer1TimeoutValue(VBAT_Type *base, uint32_t timeoutPeriod);
/hal_nxp-latest/mcux/mcux-sdk/drivers/vbat/
Dfsl_vbat.c239 vbat_bandgap_timer_timeout_period_t timeoutPeriod, in VBAT_SetBandgapTimerTimeoutValue() argument
253 …IMER0 = ((base->LDOTIMER0 & (~VBAT_LDOTIMER0_TIMCFG_MASK)) | VBAT_LDOTIMER0_TIMCFG(timeoutPeriod)); in VBAT_SetBandgapTimerTimeoutValue()
270 …IMER1 = ((base->LDOTIMER1 & (~VBAT_LDOTIMER1_TIMCFG_MASK)) | VBAT_LDOTIMER1_TIMCFG(timeoutPeriod)); in VBAT_SetBandgapTimerTimeoutValue()
Dfsl_vbat.h405 vbat_bandgap_timer_timeout_period_t timeoutPeriod,