Programmable Clock with RTOS 0.0.1
Implementaiton of a programmable clock using RTOS with STM32GO microcontroller.
Loading...
Searching...
No Matches
and Priority

Macros

#define HEARTBEAT_PERIODICITY   300u
 
#define TIMER_HEART_ID   (void *)(uint32_t)2
 
#define SERIAL_PERIODICITY   (void *)(uint32_t)10
 
#define CLOCK_PERIODICITY   (void *)(uint32_t)50
 
#define DISPLAY_PERIODICITY   (void *)(uint32_t)100
 
#define SERIAL_PRIORITY   3u
 
#define CLOCK_PRIORITY   2u
 
#define DISPLAY_PRIORITY   1u
 

Detailed Description

Macro Definition Documentation

◆ CLOCK_PERIODICITY

#define CLOCK_PERIODICITY   (void *)(uint32_t)50

Clock's task periodicity

◆ CLOCK_PRIORITY

#define CLOCK_PRIORITY   2u

Clock's task priority

◆ DISPLAY_PERIODICITY

#define DISPLAY_PERIODICITY   (void *)(uint32_t)100

Display's task periodicity

◆ DISPLAY_PRIORITY

#define DISPLAY_PRIORITY   1u

Display's task priority

◆ HEARTBEAT_PERIODICITY

#define HEARTBEAT_PERIODICITY   300u

Periodicity of heart beat task

◆ SERIAL_PERIODICITY

#define SERIAL_PERIODICITY   (void *)(uint32_t)10

Serial's task periodicity

◆ SERIAL_PRIORITY

#define SERIAL_PRIORITY   3u

Serial's task priority

◆ TIMER_HEART_ID

#define TIMER_HEART_ID   (void *)(uint32_t)2

ID for timer used to HEART BEAT