Home
last modified time | relevance | path

Searched refs:BinMixBcdU (Results 1 – 23 of 23) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rtc.c259 assert_param(IS_RTC_BINARY_MIX_BCDU(hrtc->Init.BinMixBcdU)); in HAL_RTC_Init()
325 … MODIFY_REG(RTC->ICSR, RTC_ICSR_BIN | RTC_ICSR_BCDU, hrtc->Init.BinMode | hrtc->Init.BinMixBcdU); in HAL_RTC_Init()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rtc.c264 assert_param(IS_RTC_BINARY_MIX_BCDU(hrtc->Init.BinMixBcdU)); in HAL_RTC_Init()
343 … MODIFY_REG(RTC->ICSR, RTC_ICSR_BIN | RTC_ICSR_BCDU, hrtc->Init.BinMode | hrtc->Init.BinMixBcdU); in HAL_RTC_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rtc.c284 assert_param(IS_RTC_BINARY_MIX_BCDU(hrtc->Init.BinMixBcdU)); in HAL_RTC_Init()
388 … MODIFY_REG(RTC->ICSR, RTC_ICSR_BIN | RTC_ICSR_BCDU, hrtc->Init.BinMode | hrtc->Init.BinMixBcdU); in HAL_RTC_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rtc.c275 assert_param(IS_RTC_BINARY_MIX_BCDU(hrtc->Init.BinMixBcdU)); in HAL_RTC_Init()
376 … MODIFY_REG(RTC->ICSR, RTC_ICSR_BIN | RTC_ICSR_BCDU, hrtc->Init.BinMode | hrtc->Init.BinMixBcdU); in HAL_RTC_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rtc.c285 assert_param(IS_RTC_BINARY_MIX_BCDU(hrtc->Init.BinMixBcdU)); in HAL_RTC_Init()
400 … MODIFY_REG(RTC->ICSR, RTC_ICSR_BIN | RTC_ICSR_BCDU, hrtc->Init.BinMode | hrtc->Init.BinMixBcdU); in HAL_RTC_Init()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rtc.c275 assert_param(IS_RTC_BINARY_MIX_BCDU(hrtc->Init.BinMixBcdU)); in HAL_RTC_Init()
378 … MODIFY_REG(RTC->ICSR, RTC_ICSR_BIN | RTC_ICSR_BCDU, hrtc->Init.BinMode | hrtc->Init.BinMixBcdU); in HAL_RTC_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rtc.c281 assert_param(IS_RTC_BINARY_MIX_BCDU(hrtc->Init.BinMixBcdU)); in HAL_RTC_Init()
392 … MODIFY_REG(RTC->ICSR, RTC_ICSR_BIN | RTC_ICSR_BCDU, hrtc->Init.BinMode | hrtc->Init.BinMixBcdU); in HAL_RTC_Init()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rtc.h88 …uint32_t BinMixBcdU; /*!< Specifies the BCD calendar update if and only if BinMode = RTC_BI… member
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rtc.h88 …uint32_t BinMixBcdU; /*!< Specifies the BCD calendar update if and only if BinMode = RTC_BI… member
Dstm32wlxx_ll_rtc.h962 __STATIC_INLINE void LL_RTC_SetBinMixBCDU(RTC_TypeDef *RTCx, uint32_t BinMixBcdU) in LL_RTC_SetBinMixBCDU() argument
964 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BCDU, BinMixBcdU); in LL_RTC_SetBinMixBCDU()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rtc.h88 …uint32_t BinMixBcdU; /*!< Specifies the BCD calendar update if and only if BinMode = RTC_BI… member
Dstm32wbaxx_ll_rtc.h1195 __STATIC_INLINE void LL_RTC_SetBinMixBCDU(RTC_TypeDef *RTCx, uint32_t BinMixBcdU) in LL_RTC_SetBinMixBCDU() argument
1197 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BCDU, BinMixBcdU); in LL_RTC_SetBinMixBCDU()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rtc.h88 …uint32_t BinMixBcdU; /*!< Specifies the BCD calendar update if and only if BinMode = RTC_BI… member
Dstm32n6xx_ll_rtc.h1210 __STATIC_INLINE void LL_RTC_SetBinMixBCDU(RTC_TypeDef *RTCx, uint32_t BinMixBcdU) in LL_RTC_SetBinMixBCDU() argument
1212 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BCDU, BinMixBcdU); in LL_RTC_SetBinMixBCDU()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rtc.h88 …uint32_t BinMixBcdU; /*!< Specifies the BCD calendar update if and only if BinMode = RTC_BI… member
Dstm32h7rsxx_ll_rtc.h1229 __STATIC_INLINE void LL_RTC_SetBinMixBCDU(RTC_TypeDef *RTCx, uint32_t BinMixBcdU) in LL_RTC_SetBinMixBCDU() argument
1231 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BCDU, BinMixBcdU); in LL_RTC_SetBinMixBCDU()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rtc.h88 …uint32_t BinMixBcdU; /*!< Specifies the BCD calendar update if and only if BinMode = RTC_BI… member
Dstm32h5xx_ll_rtc.h1269 __STATIC_INLINE void LL_RTC_SetBinMixBCDU(RTC_TypeDef *RTCx, uint32_t BinMixBcdU) in LL_RTC_SetBinMixBCDU() argument
1271 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BCDU, BinMixBcdU); in LL_RTC_SetBinMixBCDU()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rtc.h88 …uint32_t BinMixBcdU; /*!< Specifies the BCD calendar update if and only if BinMode = RTC_BI… member
Dstm32u5xx_ll_rtc.h1180 __STATIC_INLINE void LL_RTC_SetBinMixBCDU(RTC_TypeDef *RTCx, uint32_t BinMixBcdU) in LL_RTC_SetBinMixBCDU() argument
1182 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BCDU, BinMixBcdU); in LL_RTC_SetBinMixBCDU()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rtc.h90 …uint32_t BinMixBcdU; /*!< Specifies the BCD calendar update if and only if BinMode = RTC_BINA… member
Dstm32l4xx_ll_rtc.h1187 __STATIC_INLINE void LL_RTC_SetBinMixBCDU(RTC_TypeDef *RTCx, uint32_t BinMixBcdU) in LL_RTC_SetBinMixBCDU() argument
1189 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BCDU, BinMixBcdU); in LL_RTC_SetBinMixBCDU()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rtc.c268 assert_param(IS_RTC_BINARY_MIX_BCDU(hrtc->Init.BinMixBcdU)); in HAL_RTC_Init()
349 … MODIFY_REG(RTC->ICSR, RTC_ICSR_BIN | RTC_ICSR_BCDU, hrtc->Init.BinMode | hrtc->Init.BinMixBcdU); in HAL_RTC_Init()