Home
last modified time | relevance | path

Searched refs:RTC_OUTPUT_DISABLE (Results 1 – 5 of 5) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_rtc.h287 #define RTC_OUTPUT_DISABLE 0x00000000u macro
1003 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \
1009 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_timebase_rtc_wakeup_template.c155 hRTC_Handle.Init.OutPut = RTC_OUTPUT_DISABLE; in HAL_InitTick()
H A Dstm32f4xx_hal_timebase_rtc_alarm_template.c148 hRTC_Handle.Init.OutPut = RTC_OUTPUT_DISABLE; in HAL_InitTick()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_rtc.h240 #define RTC_OUTPUT_DISABLE 0x00000000U macro
779 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_rtc_ex.h92 #define RTC_OUTPUT_DISABLE ((uint32_t)0x00000000U) macro
1218 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \