/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/ |
H A D | stm32wbxx_hal_rtc.h | 920 #define IS_RTC_ALARM_SUB_SECOND_VALUE(VALUE) ((VALUE) <= RTC_ALRMASSR_SS)
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_rtc.h | 1077 #define IS_RTC_ALARM_SUB_SECOND_VALUE(VALUE) ((VALUE) <= RTC_ALRMASSR_SS)
|
H A D | stm32l4xx_ll_rtc.h | 2449 MODIFY_REG(RTCx->ALRMASSR, RTC_ALRMASSR_SS, Subsecond); in LL_RTC_ALMA_SetSubSecond() 2460 return (uint32_t)(READ_BIT(RTCx->ALRMASSR, RTC_ALRMASSR_SS)); in LL_RTC_ALMA_GetSubSecond()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_ll_rtc.h | 2012 MODIFY_REG(RTCx->ALRMASSR, RTC_ALRMASSR_SS, Subsecond); in LL_RTC_ALMA_SetSubSecond() 2023 return (uint32_t)(READ_BIT(RTCx->ALRMASSR, RTC_ALRMASSR_SS)); in LL_RTC_ALMA_GetSubSecond()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/ |
H A D | stm32wbxx_hal_rtc.c | 1558 subsecondtmpreg = (uint32_t)((hrtc->Instance->ALRMASSR ) & RTC_ALRMASSR_SS); in HAL_RTC_GetAlarm()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_rtc.c | 1543 subsecondtmpreg = (uint32_t)((hrtc->Instance->ALRMASSR ) & RTC_ALRMASSR_SS); in HAL_RTC_GetAlarm()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_rtc.c | 2219 subsecondtmpreg = (uint32_t)((hrtc->Instance->ALRMASSR) & RTC_ALRMASSR_SS); in HAL_RTC_GetAlarm()
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Include/ |
H A D | stm32f410rx.h | 5464 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
|
H A D | stm32f410tx.h | 5414 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
|
H A D | stm32f410cx.h | 5460 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
|
H A D | stm32f401xe.h | 5137 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
|
H A D | stm32f401xc.h | 5137 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
|
H A D | stm32f411xe.h | 5168 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
|
H A D | stm32f412cx.h | 9765 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
|
H A D | stm32f405xx.h | 10622 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
|
H A D | stm32f415xx.h | 10907 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
|
H A D | stm32f412zx.h | 10775 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
|
H A D | stm32f407xx.h | 10958 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
|
H A D | stm32f412vx.h | 10755 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
|
H A D | stm32f413xx.h | 11155 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Device/ST/STM32L0xx/Include/ |
H A D | stm32l073xx.h | 5352 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Device/ST/STM32WBxx/Include/ |
H A D | stm32wb50xx.h | 8056 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
|
H A D | stm32wb55xx.h | 9201 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Device/ST/STM32F4xx/Include/ |
H A D | stm32f407xx.h | 10974 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
H A D | stm32l451xx.h | 11109 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
|