Searched refs:Duration (Results 1 – 3 of 3) sorted by relevance
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_rtc.h | 3323 __STATIC_INLINE void LL_RTC_TAMPER_SetPrecharge(TAMP_TypeDef *TAMPx, uint32_t Duration) in LL_RTC_TAMPER_SetPrecharge() argument 3325 MODIFY_REG(TAMPx->FLTCR, TAMP_FLTCR_TAMPPRCH, Duration); in LL_RTC_TAMPER_SetPrecharge() 4267 __STATIC_INLINE void LL_RTC_TAMPER_SetPrecharge(RTC_TypeDef *RTCx, uint32_t Duration) in LL_RTC_TAMPER_SetPrecharge() argument 4269 MODIFY_REG(RTCx->TAMPCR, RTC_TAMPCR_TAMPPRCH, Duration); in LL_RTC_TAMPER_SetPrecharge()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_rtc.h | 2711 __STATIC_INLINE void LL_RTC_TAMPER_SetPrecharge(RTC_TypeDef *RTCx, uint32_t Duration) in LL_RTC_TAMPER_SetPrecharge() argument 2713 MODIFY_REG(RTCx->TAFCR, RTC_TAFCR_TAMPPRCH, Duration); in LL_RTC_TAMPER_SetPrecharge()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_rtc.h | 2789 __STATIC_INLINE void LL_RTC_TAMPER_SetPrecharge(RTC_TypeDef *RTCx, uint32_t Duration) in LL_RTC_TAMPER_SetPrecharge() argument 2791 MODIFY_REG(RTCx->TAMPCR, RTC_TAMPCR_TAMPPRCH, Duration); in LL_RTC_TAMPER_SetPrecharge()
|