/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_rtc.c | 1411 SET_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm() 1416 CLEAR_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm() 1615 SET_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm_IT() 1621 CLEAR_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm_IT()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rtc.c | 1528 SET_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm() 1533 CLEAR_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm() 1734 SET_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm_IT() 1739 CLEAR_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm_IT()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_rtc.c | 1565 SET_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm() 1570 CLEAR_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm() 1776 SET_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm_IT() 1781 CLEAR_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm_IT()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rtc.c | 1592 SET_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm() 1597 CLEAR_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm() 1803 SET_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm_IT() 1808 CLEAR_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm_IT()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_rtc.c | 1505 SET_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm() 1510 CLEAR_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm() 1715 SET_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm_IT() 1720 CLEAR_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm_IT()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_rtc.c | 1596 SET_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm() 1601 CLEAR_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm() 1807 SET_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm_IT() 1812 CLEAR_BIT(RTC->CR, RTC_CR_ALRBFCLR); in HAL_RTC_SetAlarm_IT()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 6877 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B ma… macro
|
D | stm32wba52xx.h | 10805 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B ma… macro
|
D | stm32wba54xx.h | 11199 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B ma… macro
|
D | stm32wba5mxx.h | 11217 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B ma… macro
|
D | stm32wba55xx.h | 11217 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B ma… macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 6013 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B mas… macro
|
D | stm32u083xx.h | 6908 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B mas… macro
|
D | stm32u073xx.h | 6641 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B mas… macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 9644 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B mas… macro
|
D | stm32h523xx.h | 14165 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B mas… macro
|
D | stm32h562xx.h | 15153 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B mas… macro
|
D | stm32h533xx.h | 14714 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B mas… macro
|
D | stm32h573xx.h | 17798 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B mas… macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 16134 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B mas… macro
|
D | stm32u535xx.h | 15582 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B mas… macro
|
D | stm32u575xx.h | 17097 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B mas… macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 16810 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B mas… macro
|
D | stm32h7s7xx.h | 17892 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B mas… macro
|
D | stm32h7s3xx.h | 17460 #define RTC_CR_ALRBFCLR RTC_CR_ALRBFCLR_Msk /*!<Alarm B mas… macro
|