Searched refs:BinaryMode (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_rtc.h | 925 __STATIC_INLINE void LL_RTC_SetBinaryMode(RTC_TypeDef *RTCx, uint32_t BinaryMode) in LL_RTC_SetBinaryMode() argument 927 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BIN, BinaryMode); in LL_RTC_SetBinaryMode()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_rtc.h | 1150 __STATIC_INLINE void LL_RTC_SetBinaryMode(RTC_TypeDef *RTCx, uint32_t BinaryMode) in LL_RTC_SetBinaryMode() argument 1152 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BIN, BinaryMode); in LL_RTC_SetBinaryMode()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_rtc.h | 1158 __STATIC_INLINE void LL_RTC_SetBinaryMode(RTC_TypeDef *RTCx, uint32_t BinaryMode) in LL_RTC_SetBinaryMode() argument 1160 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BIN, BinaryMode); in LL_RTC_SetBinaryMode()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_rtc.h | 1143 __STATIC_INLINE void LL_RTC_SetBinaryMode(RTC_TypeDef *RTCx, uint32_t BinaryMode) in LL_RTC_SetBinaryMode() argument 1145 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BIN, BinaryMode); in LL_RTC_SetBinaryMode()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rtc.h | 1192 __STATIC_INLINE void LL_RTC_SetBinaryMode(RTC_TypeDef *RTCx, uint32_t BinaryMode) in LL_RTC_SetBinaryMode() argument 1194 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BIN, BinaryMode); in LL_RTC_SetBinaryMode()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_rtc.h | 1173 __STATIC_INLINE void LL_RTC_SetBinaryMode(RTC_TypeDef *RTCx, uint32_t BinaryMode) in LL_RTC_SetBinaryMode() argument 1175 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BIN, BinaryMode); in LL_RTC_SetBinaryMode()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rtc.h | 1232 __STATIC_INLINE void LL_RTC_SetBinaryMode(RTC_TypeDef *RTCx, uint32_t BinaryMode) in LL_RTC_SetBinaryMode() argument 1234 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BIN, BinaryMode); in LL_RTC_SetBinaryMode()
|