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

Struct for store function for each state of event machine. More...

Data Fields

MACHINE_State(* stateFunc )(APP_MsgTypeDef *receivedMessage)
 

Detailed Description

Struct for store function for each state of event machine.

Field Documentation

◆ stateFunc

MACHINE_State(* StateNode::stateFunc) (APP_MsgTypeDef *receivedMessage)

Pointer to function which perform state statements


The documentation for this struct was generated from the following file: