|
Programmable Clock with RTOS 0.0.1
Implementaiton of a programmable clock using RTOS with STM32GO microcontroller.
|
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 ) |
| #define ITEM_SIZE_CLOCK sizeof( APP_MsgTypeDef ) |
The size, in bytes, required to hold each item in the queue.
| #define ITEM_SIZE_DISPLAY sizeof( APP_MsgTypeDef ) |
The size, in bytes, required to hold each item in the queue.
| #define ITEM_SIZE_SERIAL sizeof( NEW_MsgTypeDef ) |
The size, in bytes, required to hold each item in the queue.
| #define QUEUE_LENGTH_CLOCK 45 |
Maximum number of items
| #define QUEUE_LENGTH_DISPLAY 90 |
Maximum number of items
| #define QUEUE_LENGTH_SERIAL 9 |
Maximum number of items