RTC Tamper and TimeStamp Pins Selection and Output Type Config configuration functions.
More...
RTC Tamper and TimeStamp Pins Selection and Output Type Config configuration functions.
==================================================================================================
##### RTC Tamper and TimeStamp Pins Selection and Output Type Config configuration functions #####
==================================================================================================
void RTC_OutputTypeConfig |
( |
uint32_t |
RTC_OutputType | ) |
|
Configures the RTC Output Pin mode.
- Parameters
-
RTC_OutputType | specifies the RTC Output (PC13) pin mode. This parameter can be one of the following values:
- RTC_OutputType_OpenDrain: RTC Output (PC13) is configured in Open Drain mode.
- RTC_OutputType_PushPull: RTC Output (PC13) is configured in Push Pull mode.
|
- Return values
-
Definition at line 2399 of file stm32f4xx_rtc.c.
void RTC_TamperPinSelection |
( |
uint32_t |
RTC_TamperPin | ) |
|
Selects the RTC Tamper Pin.
- Parameters
-
RTC_TamperPin | specifies the RTC Tamper Pin. This parameter can be one of the following values:
- RTC_TamperPin_PC13: PC13 is selected as RTC Tamper Pin.
- RTC_TamperPin_PI8: PI8 is selected as RTC Tamper Pin.
|
- Return values
-
Definition at line 2363 of file stm32f4xx_rtc.c.
void RTC_TimeStampPinSelection |
( |
uint32_t |
RTC_TimeStampPin | ) |
|
Selects the RTC TimeStamp Pin.
- Parameters
-
RTC_TimeStampPin | specifies the RTC TimeStamp Pin. This parameter can be one of the following values:
- RTC_TimeStampPin_PC13: PC13 is selected as RTC TimeStamp Pin.
- RTC_TimeStampPin_PI8: PI8 is selected as RTC TimeStamp Pin.
|
- Return values
-
Definition at line 2380 of file stm32f4xx_rtc.c.