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

Macros

#define QUEUE_LENGTH_SERIAL   9
 
#define ITEM_SIZE_SERIAL   sizeof( NEW_MsgTypeDef )
 
#define QUEUE_LENGTH_CLOCK   45
 
#define ITEM_SIZE_CLOCK   sizeof( APP_MsgTypeDef )
 
#define QUEUE_LENGTH_DISPLAY   90
 
#define ITEM_SIZE_DISPLAY   sizeof( APP_MsgTypeDef )
 

Detailed Description

Macro Definition Documentation

◆ ITEM_SIZE_CLOCK

#define ITEM_SIZE_CLOCK   sizeof( APP_MsgTypeDef )

The size, in bytes, required to hold each item in the queue.

◆ ITEM_SIZE_DISPLAY

#define ITEM_SIZE_DISPLAY   sizeof( APP_MsgTypeDef )

The size, in bytes, required to hold each item in the queue.

◆ ITEM_SIZE_SERIAL

#define ITEM_SIZE_SERIAL   sizeof( NEW_MsgTypeDef )

The size, in bytes, required to hold each item in the queue.

◆ QUEUE_LENGTH_CLOCK

#define QUEUE_LENGTH_CLOCK   45

Maximum number of items

◆ QUEUE_LENGTH_DISPLAY

#define QUEUE_LENGTH_DISPLAY   90

Maximum number of items

◆ QUEUE_LENGTH_SERIAL

#define QUEUE_LENGTH_SERIAL   9

Maximum number of items