Home
last modified time | relevance | path

Searched refs:RTC_ICSR_BCDU (Results 1 – 25 of 45) sorted by relevance

12

/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rtc.c325 … MODIFY_REG(RTC->ICSR, RTC_ICSR_BIN | RTC_ICSR_BCDU, hrtc->Init.BinMode | hrtc->Init.BinMixBcdU); in HAL_RTC_Init()
1163 …bSecondMask >> RTC_ALRMASSR_MASKSS_Pos) <= (8U + (READ_BIT(RTC->ICSR, RTC_ICSR_BCDU) >> RTC_ICSR_B… in HAL_RTC_SetAlarm()
1369 …bSecondMask >> RTC_ALRMASSR_MASKSS_Pos) <= (8U + (READ_BIT(RTC->ICSR, RTC_ICSR_BCDU) >> RTC_ICSR_B… in HAL_RTC_SetAlarm_IT()
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rtc.c384 … MODIFY_REG(RTC->ICSR, RTC_ICSR_BIN | RTC_ICSR_BCDU, hrtc->Init.BinMode | hrtc->Init.BinMixBcdU); in HAL_RTC_Init()
1388 (8U + (READ_BIT(RTC->ICSR, RTC_ICSR_BCDU) >> RTC_ICSR_BCDU_Pos))); in HAL_RTC_SetAlarm()
1593 (8U + (READ_BIT(RTC->ICSR, RTC_ICSR_BCDU) >> RTC_ICSR_BCDU_Pos))); in HAL_RTC_SetAlarm_IT()
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rtc.c392 … MODIFY_REG(RTC->ICSR, RTC_ICSR_BIN | RTC_ICSR_BCDU, hrtc->Init.BinMode | hrtc->Init.BinMixBcdU); in HAL_RTC_Init()
1457 (8U + (READ_BIT(RTC->ICSR, RTC_ICSR_BCDU) >> RTC_ICSR_BCDU_Pos))); in HAL_RTC_SetAlarm()
1669 (8U + (READ_BIT(RTC->ICSR, RTC_ICSR_BCDU) >> RTC_ICSR_BCDU_Pos))); in HAL_RTC_SetAlarm_IT()
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rtc.c378 … MODIFY_REG(RTC->ICSR, RTC_ICSR_BIN | RTC_ICSR_BCDU, hrtc->Init.BinMode | hrtc->Init.BinMixBcdU); in HAL_RTC_Init()
1366 (8U + (READ_BIT(RTC->ICSR, RTC_ICSR_BCDU) >> RTC_ICSR_BCDU_Pos))); in HAL_RTC_SetAlarm()
1577 (8U + (READ_BIT(RTC->ICSR, RTC_ICSR_BCDU) >> RTC_ICSR_BCDU_Pos))); in HAL_RTC_SetAlarm_IT()
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rtc.c400 … MODIFY_REG(RTC->ICSR, RTC_ICSR_BIN | RTC_ICSR_BCDU, hrtc->Init.BinMode | hrtc->Init.BinMixBcdU); in HAL_RTC_Init()
1453 (8U + (READ_BIT(RTC->ICSR, RTC_ICSR_BCDU) >> RTC_ICSR_BCDU_Pos))); in HAL_RTC_SetAlarm()
1665 (8U + (READ_BIT(RTC->ICSR, RTC_ICSR_BCDU) >> RTC_ICSR_BCDU_Pos))); in HAL_RTC_SetAlarm_IT()
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rtc.c349 … MODIFY_REG(RTC->ICSR, RTC_ICSR_BIN | RTC_ICSR_BCDU, hrtc->Init.BinMode | hrtc->Init.BinMixBcdU); in HAL_RTC_Init()
1112 …bSecondMask >> RTC_ALRMASSR_MASKSS_Pos) <= (8U + (READ_BIT(RTC->ICSR, RTC_ICSR_BCDU) >> RTC_ICSR_B… in HAL_RTC_SetAlarm()
1300 …bSecondMask >> RTC_ALRMASSR_MASKSS_Pos) <= (8U + (READ_BIT(RTC->ICSR, RTC_ICSR_BCDU) >> RTC_ICSR_B… in HAL_RTC_SetAlarm_IT()
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_rtc.h964 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BCDU, BinMixBcdU); in LL_RTC_SetBinMixBCDU()
984 return (uint32_t)(READ_BIT(RTCx->ICSR, RTC_ICSR_BCDU)); in LL_RTC_GetBinMixBCDU()
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rtc.h1189 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BCDU, BinMixBcdU); in LL_RTC_SetBinMixBCDU()
1209 return (uint32_t)(READ_BIT(RTCx->ICSR, RTC_ICSR_BCDU)); in LL_RTC_GetBinMixBCDU()
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_rtc.h1196 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BCDU, BinMixBcdU); in LL_RTC_SetBinMixBCDU()
1216 return (uint32_t)(READ_BIT(RTCx->ICSR, RTC_ICSR_BCDU)); in LL_RTC_GetBinMixBCDU()
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rtc.h1182 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BCDU, BinMixBcdU); in LL_RTC_SetBinMixBCDU()
1202 return (uint32_t)(READ_BIT(RTCx->ICSR, RTC_ICSR_BCDU)); in LL_RTC_GetBinMixBCDU()
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_rtc.h1231 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BCDU, BinMixBcdU); in LL_RTC_SetBinMixBCDU()
1251 return (uint32_t)(READ_BIT(RTCx->ICSR, RTC_ICSR_BCDU)); in LL_RTC_GetBinMixBCDU()
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rtc.h1271 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BCDU, BinMixBcdU); in LL_RTC_SetBinMixBCDU()
1291 return (uint32_t)(READ_BIT(RTCx->ICSR, RTC_ICSR_BCDU)); in LL_RTC_GetBinMixBCDU()
/hal_stm32-3.7.0/stm32cube/stm32wlxx/soc/
Dstm32wle5xx.h6827 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
Dstm32wle4xx.h6827 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
Dstm32wl54xx.h7944 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
Dstm32wl5mxx.h7944 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
Dstm32wl55xx.h7944 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h6797 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
Dstm32wba52xx.h10698 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
Dstm32wba54xx.h11092 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
Dstm32wba55xx.h11110 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
/hal_stm32-3.7.0/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h9542 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
Dstm32h523xx.h14065 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h16703 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
/hal_stm32-3.7.0/stm32cube/stm32l4xx/soc/
Dstm32l4p5xx.h14027 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro

12