grblHAL core  20240704
state_machine.h File Reference

Go to the source code of this file.

Functions

sys_state_t state_get (void)
 
uint8_t state_get_substate (void)
 
void state_set (sys_state_t state)
 
void state_update (rt_exec_t rt_exec)
 
bool state_door_reopened (void)
 
void state_suspend_manager (void)
 

Function Documentation

◆ state_door_reopened()

bool state_door_reopened ( void  )

◆ state_get()

sys_state_t state_get ( void  )

◆ state_get_substate()

uint8_t state_get_substate ( void  )

◆ state_set()

void state_set ( sys_state_t  state)

◆ state_suspend_manager()

void state_suspend_manager ( void  )

◆ state_update()

void state_update ( rt_exec_t  rt_exec)