Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Space_Invaders_Demo neopixels gpio_test_stm32f3_discovery gpio_test_systimer ... more
Output Type Config configuration functions
[RTC_Private_Functions]
Output Type Config configuration functions. More...
Functions | |
void | RTC_OutputTypeConfig (uint32_t RTC_OutputType) |
Configures the RTC Output Pin mode. |
Detailed Description
Output Type Config configuration functions.
=============================================================================== ##### Output Type Config configuration functions ##### ===============================================================================
Function Documentation
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:
-
None
Definition at line 2232 of file stm32f30x_rtc.c.
Generated on Tue Jul 12 2022 17:34:46 by
