Home
last modified time | relevance | path

Searched refs:HAL_RTC_Init (Results 1 – 25 of 56) sorted by relevance

123

/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_timebase_rtc_wakeup_template.c168 Status = HAL_RTC_Init(&hRTC_Handle); in HAL_InitTick()
Dstm32u5xx_hal_timebase_rtc_alarm_template.c167 Status = HAL_RTC_Init(&hRTC_Handle); in HAL_InitTick()
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_timebase_rtc_wakeup_template.c159 if (HAL_RTC_Init(&hRTC_Handle) != HAL_OK) in HAL_InitTick()
Dstm32wbxx_hal_timebase_rtc_alarm_template.c153 if (HAL_RTC_Init(&hRTC_Handle) != HAL_OK) in HAL_InitTick()
/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_timebase_rtc_wakeup_template.c162 status = HAL_RTC_Init(&hRTC_Handle); in HAL_InitTick()
Dstm32f0xx_hal_timebase_rtc_alarm_template.c155 status = HAL_RTC_Init(&hRTC_Handle); in HAL_InitTick()
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_timebase_rtc_wakeup_template.c164 status = HAL_RTC_Init(&hRTC_Handle); in HAL_InitTick()
/hal_stm32-2.7.6/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_timebase_rtc_wakeup_template.c163 status = HAL_RTC_Init(&hRTC_Handle); in HAL_InitTick()
Dstm32f3xx_hal_timebase_rtc_alarm_template.c156 status = HAL_RTC_Init(&hRTC_Handle); in HAL_InitTick()
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_timebase_rtc_wakeup_template.c162 status = HAL_RTC_Init(&hRTC_Handle); in HAL_InitTick()
Dstm32f7xx_hal_timebase_rtc_alarm_template.c155 status = HAL_RTC_Init(&hRTC_Handle); in HAL_InitTick()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_timebase_rtc_wakeup_template.c162 status = HAL_RTC_Init(&hRTC_Handle); in HAL_InitTick()
Dstm32f4xx_hal_timebase_rtc_alarm_template.c155 status = HAL_RTC_Init(&hRTC_Handle); in HAL_InitTick()
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_timebase_rtc_wakeup_template.c159 if(HAL_RTC_Init(&hRTC_Handle) != HAL_OK) in HAL_InitTick()
Dstm32h7xx_hal_timebase_rtc_alarm_template.c152 if(HAL_RTC_Init(&hRTC_Handle) != HAL_OK) in HAL_InitTick()
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_timebase_rtc_alarm_template.c127 HAL_RTC_Init(&hRTC_Handle); in HAL_InitTick()
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_timebase_rtc_wakeup_template.c163 status = HAL_RTC_Init(&hRTC_Handle); in HAL_InitTick()
Dstm32f2xx_hal_timebase_rtc_alarm_template.c161 status = HAL_RTC_Init(&hRTC_Handle); in HAL_InitTick()
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_timebase_rtc_wakeup_template.c196 status = HAL_RTC_Init(&hRTC_Handle); in HAL_InitTick()
Dstm32g0xx_hal_timebase_rtc_alarm_template.c200 status = HAL_RTC_Init(&hRTC_Handle); in HAL_InitTick()
/hal_stm32-2.7.6/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_timebase_rtc_wakeup_template.c197 status = HAL_RTC_Init(&hRTC_Handle); in HAL_InitTick()
Dstm32wlxx_hal_timebase_rtc_alarm_template.c205 status = HAL_RTC_Init(&hRTC_Handle); in HAL_InitTick()
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rtc.h530 HAL_StatusTypeDef HAL_RTC_Init(RTC_HandleTypeDef *hrtc);
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_rtc.h621 HAL_StatusTypeDef HAL_RTC_Init(RTC_HandleTypeDef *hrtc);
/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rtc.h653 HAL_StatusTypeDef HAL_RTC_Init(RTC_HandleTypeDef *hrtc);

123