Home
last modified time | relevance | path

Searched refs:IS_RTC_WAKEUP_CLOCK (Results 1 – 25 of 68) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_rtc_ex.c122 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
219 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_rtc_ex.c732 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
828 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rtc_ex.c870 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
966 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rtc_ex.c906 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
1002 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rtc_ex.c899 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
995 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rtc_ex.c539 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
611 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rtc_ex.c920 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
1016 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_rtc_ex.h303 #define IS_RTC_WAKEUP_CLOCK(CLOCK) (((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV16) || \ macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rtc_ex.c1036 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
1126 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rtc_ex.c495 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
581 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rtc_ex.c1133 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
1229 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rtc_ex.c1133 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
1229 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rtc_ex.c537 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
608 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rtc_ex.c543 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
616 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rtc_ex.c540 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
613 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_rtc_ex.h777 #define IS_RTC_WAKEUP_CLOCK(CLOCK) (((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV16) || \ macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rtc_ex.c541 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
614 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rtc_ex.c570 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
648 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rtc_ex.c534 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
611 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rtc_ex.c741 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
827 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rtc_ex.c576 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
654 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rtc_ex.c505 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
585 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rtc_ex.c1900 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock));
1981 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock));
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rtc_ex.c583 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()
661 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rtc_ex.h983 #define IS_RTC_WAKEUP_CLOCK(CLOCK) (((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV16) || \ macro

123