Home
last modified time | relevance | path

Searched refs:RTC_ALRMASSR_SS (Results 1 – 25 of 36) sorted by relevance

12

/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_rtc.h920 #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 Dstm32l4xx_hal_rtc.h1077 #define IS_RTC_ALARM_SUB_SECOND_VALUE(VALUE) ((VALUE) <= RTC_ALRMASSR_SS)
H A Dstm32l4xx_ll_rtc.h2449 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 Dstm32f4xx_ll_rtc.h2012 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 Dstm32wbxx_hal_rtc.c1558 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 Dstm32f4xx_hal_rtc.c1543 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 Dstm32l4xx_hal_rtc.c2219 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 Dstm32f410rx.h5464 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
H A Dstm32f410tx.h5414 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
H A Dstm32f410cx.h5460 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
H A Dstm32f401xe.h5137 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
H A Dstm32f401xc.h5137 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
H A Dstm32f411xe.h5168 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
H A Dstm32f412cx.h9765 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
H A Dstm32f405xx.h10622 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
H A Dstm32f415xx.h10907 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
H A Dstm32f412zx.h10775 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
H A Dstm32f407xx.h10958 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
H A Dstm32f412vx.h10755 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
H A Dstm32f413xx.h11155 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Device/ST/STM32L0xx/Include/
H A Dstm32l073xx.h5352 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Device/ST/STM32WBxx/Include/
H A Dstm32wb50xx.h8056 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
H A Dstm32wb55xx.h9201 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
H A Dstm32f407xx.h10974 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
H A Dstm32l451xx.h11109 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk macro

12