Enable AlarmB Week day selection (DU[3:0] represents the week
day.
Reference Manual to
LL API cross
reference:
ALRMBR WDSEL LL_RTC_ALMB_EnableWeekday
LL_RTC_ALMB_DisableWeekday
__STATIC_INLINE void LL_RTC_ALMB_DisableWeekday
(RTC_TypeDef * RTCx)
Disable AlarmB Week day selection (DU[3:0] represents the date )
Reference Manual to
LL API cross
reference:
ALRMBR WDSEL LL_RTC_ALMB_DisableWeekday
LL_RTC_ALMB_SetDay
__STATIC_INLINE void LL_RTC_ALMB_SetDay (RTC_TypeDef
* RTCx, uint32_t Day)
Set ALARM B Day in BCD format.
RTCx: RTC Instance
Day: Value between Min_Data=0x01 and Max_Data=0x31
helper macro __LL_RTC_CONVERT_BIN2BCD is available
to convert Day from binary to BCD format
Reference Manual to
LL API cross
reference:
ALRMBR DT LL_RTC_ALMB_SetDay
ALRMBR DU LL_RTC_ALMB_SetDay
LL_RTC_ALMB_GetDay
__STATIC_INLINE uint32_t LL_RTC_ALMB_GetDay
(RTC_TypeDef * RTCx)
Get ALARM B Day in BCD format.
Value: between Min_Data=0x01 and Max_Data=0x31
helper macro __LL_RTC_CONVERT_BCD2BIN is available
to convert Day from BCD to Binary format
Reference Manual to
LL API cross
ALRMBR DT LL_RTC_ALMB_GetDay