Programmable Clock with RTOS 0.0.1
Implementaiton of a programmable clock using RTOS with STM32GO microcontroller.
|
Struct for store function for each state of event machine. More...
Data Fields | |
MACHINE_State(* | stateFunc )(APP_MsgTypeDef *receivedMessage) |
Struct for store function for each state of event machine.
MACHINE_State(* StateNode::stateFunc) (APP_MsgTypeDef *receivedMessage) |
Pointer to function which perform state statements