Hal Drivers for L4
Dependents: BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo
Fork of STM32L4xx_HAL_Driver by
Extended features functions
[RTCEx Exported Functions]
Extended features functions. More...
Functions | |
__weak void | HAL_RTCEx_AlarmBEventCallback (RTC_HandleTypeDef *hrtc) |
Alarm B callback. | |
HAL_StatusTypeDef | HAL_RTCEx_PollForAlarmBEvent (RTC_HandleTypeDef *hrtc, uint32_t Timeout) |
Handle Alarm B Polling request. |
Detailed Description
Extended features functions.
=============================================================================== ##### Extended features functions ##### =============================================================================== [..] This section provides functions allowing to: (+) RTC Alarm B callback (+) RTC Poll for Alarm B request
Function Documentation
__weak void HAL_RTCEx_AlarmBEventCallback | ( | RTC_HandleTypeDef * | hrtc ) |
Alarm B callback.
- Parameters:
-
hrtc,: RTC handle
- Return values:
-
None
Definition at line 1755 of file stm32l4xx_hal_rtc_ex.c.
HAL_StatusTypeDef HAL_RTCEx_PollForAlarmBEvent | ( | RTC_HandleTypeDef * | hrtc, |
uint32_t | Timeout | ||
) |
Handle Alarm B Polling request.
- Parameters:
-
hrtc,: RTC handle Timeout,: Timeout duration
- Return values:
-
HAL status
Definition at line 1768 of file stm32l4xx_hal_rtc_ex.c.
Generated on Tue Jul 12 2022 11:35:30 by
