STM32 RTC Scheduler
RTC-based scheduler for ultra-low power applications
|
This file contains the hardware-specific function implementations. More...
Go to the source code of this file.
Functions | |
void | SystemClockConfig (void) |
This function configures the system and peripheral clocks. More... | |
void | GpioInit (void) |
This function initializes the GPIOs of the LEDs. | |
void | GpioDeinit (void) |
This function deinitializes the GPIOs and sets them to analog mode. | |
void | LedLd2On (void) |
Turn on the LD2 LED. | |
void | LedLd2Off (void) |
Turn off the LD2 LED. | |
void | LedLd2Toggle (void) |
Toggle the status of the LD2 LED. | |
void | LedLd3On (void) |
Turn on the LD3 LED. | |
void | LedLd3Off (void) |
Turn off the LD3 LED. | |
void | LedLd3Toggle (void) |
Toggle the status of the LD3 LED. | |
This file contains the hardware-specific function implementations.
STM32 RTC Scheduler
Definition in file hardware.c.
void SystemClockConfig | ( | void | ) |
This function configures the system and peripheral clocks.
The function switches the clock source to HSI16, enables and configures the PLL, configures the peripheral clock sources, enables the RTC clock and sets its source to LSI and sets the core clock to 80 MHz.
Definition at line 25 of file hardware.c.