|
Programmable Clock with RTOS 0.0.1
Implementaiton of a programmable clock using RTOS with STM32GO microcontroller.
|
Macros | |
| #define | FIRST_CHARACTER_MONTH 0u |
| #define | SECOND_CHARACTER_MONTH 1u |
| #define | THIRD_CHARACTER_MONTH 2u |
| #define | TENS_DIGIT_DAY 4u |
| #define | ONES_DIGIT_DAY 5u |
| #define | THOUSANDS_DIGIT_YEAR 7u |
| #define | HUNDREDS_DIGIT_YEAR 8u |
| #define | TENS_DIGIT_YEAR 9u |
| #define | ONES_DIGIT_YEAR 10u |
| #define | FIRST_CHARACTER_WEEK 12u |
| #define | SECOND_CHARACTER_WEEK 13u |
| #define FIRST_CHARACTER_MONTH 0u |
Position 0: First character of the month
| #define FIRST_CHARACTER_WEEK 12u |
Position 12: First character of the week
| #define HUNDREDS_DIGIT_YEAR 8u |
Position 8: Hundreds digit of the year
| #define ONES_DIGIT_DAY 5u |
Position 5: Ones digits of the day
| #define ONES_DIGIT_YEAR 10u |
Position 10: Ones digit of the year
| #define SECOND_CHARACTER_MONTH 1u |
Position 1: Second character of the month
| #define SECOND_CHARACTER_WEEK 13u |
Position 13: Second character of the week
| #define TENS_DIGIT_DAY 4u |
Position 4: Tens digits of the day
| #define TENS_DIGIT_YEAR 9u |
Position 9: Tens digit of the year
| #define THIRD_CHARACTER_MONTH 2u |
Position 2: First character of the month
| #define THOUSANDS_DIGIT_YEAR 7u |
Position 7: Thousands digit of the year