19.2.28.2 RTC_GetStoreOperation
uint32_t RTC_GetStoreOperation ( void )
Returns the RTC Day Light Saving stored operation.
ï‚· RTC Day Light Saving stored operation.
ï€ RTC_StoreOperation_Reset
ï€ RTC_StoreOperation_Set
19.2.29 Output pin configuration functions
19.2.29.1 RTC_OutputConfig
void RTC_OutputConfig ( uint32_t RTC_Output, uint32_t
RTC_OutputPolarity)
Configures the RTC output source (AFO_ALARM).
ï‚· RTC_Output : Specifies which signal will be routed to the
RTC output. This parameter can be one of the following
values:
ï€ RTC_Output_Disable : No output selected
ï€ RTC_Output_AlarmA : signal of AlarmA mapped to
output
ï€ RTC_Output_AlarmB : signal of AlarmB mapped to
output
ï€ RTC_Output_WakeUp : signal of WakeUp mapped to
output
ï‚· RTC_OutputPolarity : Specifies the polarity of the output
signal. This parameter can be one of the following:
ï€ RTC_OutputPolarity_High : The output pin is high
when the ALRAF/ALRBF/WUTF is high (depending on
OSEL)
ï€ RTC_OutputPolarity_Low : The output pin is low when
the ALRAF/ALRBF/WUTF is high (depending on OSEL)