STM32F0xx Standard Peripherals Firmware Library
|
#include "main.h"
Go to the source code of this file.
Functions | |
static void | EnterSTANDBYMode (void) |
Enters STANDBY mode, RTC Alarm within 3 second or an external RESET will wake-up the system from STANDBY. | |
static uint32_t | GetLSIFrequency (void) |
Configures TIM14 to measure the LSI oscillator frequency. | |
int | main (void) |
Main program. | |
static void | RTC_Config (void) |
Configures the RTC clock source. | |
void | SysTick_Configuration (void) |
Configures the SysTick to generate an interrupt each 250 ms. | |
Variables | |
__IO uint32_t | CaptureNumber |
__IO uint32_t | PeriodValue |