Programmable Clock with RTOS 0.0.1
Implementaiton of a programmable clock using RTOS with STM32GO microcontroller.
Loading...
Searching...
No Matches
abbreviation for Time

Macros

#define SECONDS_ONES   7u
 
#define SECONDS_TENS   6u
 
#define MINUTES_ONES   4u
 
#define MINUTES_TENS   3u
 
#define HOURS_ONES   1u
 
#define HOURS_TENS   0u
 

Detailed Description

Macro Definition Documentation

◆ HOURS_ONES

#define HOURS_ONES   1u

Position 3: Hours ones digit

◆ HOURS_TENS

#define HOURS_TENS   0u

Position 1: Hours tens digit

◆ MINUTES_ONES

#define MINUTES_ONES   4u

Position 5: Minutes ones digit

◆ MINUTES_TENS

#define MINUTES_TENS   3u

Position 4: Minutes tens digit

◆ SECONDS_ONES

#define SECONDS_ONES   7u

Position 7: Seconds ones digit

◆ SECONDS_TENS

#define SECONDS_TENS   6u

Position 6: Seconds tens digit