Select the flag to be routed to RTC_ALARM output.
RTCx: RTC Instance
AlarmOutput: This parameter can be one of the following
values:
LL_RTC_ALARMOUT_DISABLE
LL_RTC_ALARMOUT_ALMA
LL_RTC_ALARMOUT_ALMB
LL_RTC_ALARMOUT_WAKEUP
Bit is write-protected. LL_RTC_DisableWriteProtection
function should be called before.
Reference Manual to
LL API cross
reference:
CR OSEL LL_RTC_SetAlarmOutEvent
LL_RTC_GetAlarmOutEvent
__STATIC_INLINE uint32_t LL_RTC_GetAlarmOutEvent
(RTC_TypeDef * RTCx)
Get the flag to be routed to RTC_ALARM output.
Returned: value can be one of the following values:
LL_RTC_ALARMOUT_DISABLE
LL_RTC_ALARMOUT_ALMA
LL_RTC_ALARMOUT_ALMB
LL_RTC_ALARMOUT_WAKEUP
Reference Manual to
LL API cross
reference:
CR OSEL LL_RTC_GetAlarmOutEvent
LL_RTC_SetAlarmOutputType
__STATIC_INLINE void LL_RTC_SetAlarmOutputType
(RTC_TypeDef * RTCx, uint32_t Output)
Set RTC_ALARM output type (ALARM in push-pull or open-drain
output)
RTCx: RTC Instance
Output: This parameter can be one of the following values:
LL_RTC_ALARM_OUTPUTTYPE_OPENDRAIN
LL_RTC_ALARM_OUTPUTTYPE_PUSHPULL
Used only when RTC_ALARM is mapped on PC13
Reference Manual to
LL API cross
reference:
TAFCR ALARMOUTTYPE LL_RTC_SetAlarmOutputType