Searched refs:timeoutPeriod (Results 1 – 4 of 4) sorted by relevance
296 …T_SetBandgapTimer0TimeoutValue(VBAT_Type *base, vbat_bandgap_timer0_timeout_period_t timeoutPeriod) in VBAT_SetBandgapTimer0TimeoutValue() argument307 …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() argument334 …IMER1 = ((base->LDOTIMER1 & (~VBAT_LDOTIMER1_TIMCFG_MASK)) | VBAT_LDOTIMER1_TIMCFG(timeoutPeriod)); in VBAT_SetBandgapTimer1TimeoutValue()
926 …_SetBandgapTimer0TimeoutValue(VBAT_Type *base, vbat_bandgap_timer0_timeout_period_t timeoutPeriod);936 void VBAT_SetBandgapTimer1TimeoutValue(VBAT_Type *base, uint32_t timeoutPeriod);
239 vbat_bandgap_timer_timeout_period_t timeoutPeriod, in VBAT_SetBandgapTimerTimeoutValue() argument253 …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()
405 vbat_bandgap_timer_timeout_period_t timeoutPeriod,