STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
void | RTC_Alarm_IRQHandler (void) |
This function handles RTC ALARM interrupt request. More... | |
HAL_StatusTypeDef | HAL_InitTick (uint32_t TickPriority) |
This function configures the RTC_ALARMA as a time base source. The time source is configured to have 1ms time base with a dedicated Tick interrupt priority. More... | |
void | HAL_SuspendTick (void) |
Suspend Tick increment. More... | |
void | HAL_ResumeTick (void) |
Resume Tick increment. More... | |
void | HAL_RTC_AlarmAEventCallback (RTC_HandleTypeDef *hrtc) |
ALARM A Event Callback in non blocking mode. More... | |
Variables | |
RTC_HandleTypeDef | hRTC_Handle |
HAL_StatusTypeDef HAL_InitTick | ( | uint32_t | TickPriority | ) |
This function configures the RTC_ALARMA as a time base source. The time source is configured to have 1ms time base with a dedicated Tick interrupt priority.
TickPriority | Tick interrupt priority. |
HAL | status |
Definition at line 96 of file stm32f4xx_hal_timebase_rtc_alarm_template.c.
void HAL_ResumeTick | ( | void | ) |
Resume Tick increment.
None |
Definition at line 255 of file stm32f4xx_hal_timebase_rtc_alarm_template.c.
void HAL_RTC_AlarmAEventCallback | ( | RTC_HandleTypeDef * | hrtc | ) |
ALARM A Event Callback in non blocking mode.
hrtc | RTC handle |
None |
Definition at line 273 of file stm32f4xx_hal_timebase_rtc_alarm_template.c.
void HAL_SuspendTick | ( | void | ) |
Suspend Tick increment.
None |
Definition at line 240 of file stm32f4xx_hal_timebase_rtc_alarm_template.c.
void RTC_Alarm_IRQHandler | ( | void | ) |
This function handles RTC ALARM interrupt request.
None |
Definition at line 305 of file stm32f4xx_hal_timebase_rtc_alarm_template.c.