|
TM STM32Fxxx HAL Libraries
v1.0.0
Libraries for STM32Fxxx (F0, F4 and F7 series) devices based on HAL drivers from ST from Tilen Majerle
|
RTC structure for alarm time. More...
#include <tm_stm32_rtc.h>
Data Fields | |
| TM_RTC_AlarmType_t | Type |
| uint8_t | Seconds |
| uint8_t | Minutes |
| uint8_t | Hours |
| uint8_t | Day |
RTC structure for alarm time.
| uint8_t Day |
Alarm day value. If you select trigger for alarm every week, then this parameter has value between 1 and 7, representing days in a week, Monday to Sunday If you select trigger for alarm every month, then this parameter has value between 1 - 31, representing days in a month.
| uint8_t Hours |
Alarm hours value
| uint8_t Minutes |
Alarm minutes value
| uint8_t Seconds |
Alarm seconds value
| TM_RTC_AlarmType_t Type |
Alarm type setting. TM_RTC_AlarmType_t for more info