/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_rtc.c | 325 … 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/ |
D | stm32u5xx_hal_rtc.c | 384 … 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/ |
D | stm32h7rsxx_hal_rtc.c | 392 … 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/ |
D | stm32wbaxx_hal_rtc.c | 378 … 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/ |
D | stm32h5xx_hal_rtc.c | 400 … 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/ |
D | stm32l4xx_hal_rtc.c | 349 … 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/ |
D | stm32wlxx_ll_rtc.h | 964 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/ |
D | stm32l4xx_ll_rtc.h | 1189 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/ |
D | stm32wbaxx_ll_rtc.h | 1196 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/ |
D | stm32u5xx_ll_rtc.h | 1182 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/ |
D | stm32h7rsxx_ll_rtc.h | 1231 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/ |
D | stm32h5xx_ll_rtc.h | 1271 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/ |
D | stm32wle5xx.h | 6827 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
|
D | stm32wle4xx.h | 6827 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
|
D | stm32wl54xx.h | 7944 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
|
D | stm32wl5mxx.h | 7944 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
|
D | stm32wl55xx.h | 7944 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
|
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 6797 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
|
D | stm32wba52xx.h | 10698 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
|
D | stm32wba54xx.h | 11092 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
|
D | stm32wba55xx.h | 11110 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 9542 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
|
D | stm32h523xx.h | 14065 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 16703 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
|
/hal_stm32-3.7.0/stm32cube/stm32l4xx/soc/ |
D | stm32l4p5xx.h | 14027 #define RTC_ICSR_BCDU RTC_ICSR_BCDU_Msk macro
|