Programmable Clock with RTOS 0.0.1
Implementaiton of a programmable clock using RTOS with STM32GO microcontroller.
|
Macros | |
#define | RTC_INIT_PASYNC 127 |
#define | RTC_INIT_PSYNC 255 |
#define | RTC_INITIAL_HOUR 0x12 |
#define | RTC_INITIAL_MIN 0x00 |
#define | RTC_INITIAL_SEC 0x00 |
#define | RTC_INITIAL_SSEC 0x00 |
#define | RTC_INITIAL_MDAY 0x01 |
#define | RTC_INITIAL_YEAR 0x00 |
#define | RTC_INITIAL_YEARH 20 |
#define RTC_INIT_PASYNC 127 |
Value for RTC async prediv
#define RTC_INIT_PSYNC 255 |
Value for RTC sync prediv
#define RTC_INITIAL_HOUR 0x12 |
Initial RTC hour
#define RTC_INITIAL_MDAY 0x01 |
Initial RTC day
#define RTC_INITIAL_MIN 0x00 |
Initial RTC minutes
#define RTC_INITIAL_SEC 0x00 |
Initial RTC seconds
#define RTC_INITIAL_SSEC 0x00 |
Initial RTC subseconds
#define RTC_INITIAL_YEAR 0x00 |
Initial RTC year 2 last digit
#define RTC_INITIAL_YEARH 20 |
Initial RTC year 2 first dig