Nordic Semiconductor nRF5 AirFuel SDK
version 2.2.0
|
Go to the source code of this file.
Functions | |
Static functions and variables | |
static pru_sm_state_t | m_get_next_state (pru_sm_signal_type_t signal, pru_sm_state_vars_t *p_state) |
Find the next state given the current state and the state machine event. More... | |
API implementation | |
pru_sm_state_t | pru_sm_execute (pru_sm_signal_type_t signal, pru_sm_state_vars_t *p_state) |
Execute state machine. More... | |
|
static |
Find the next state given the current state and the state machine event.
signal | State machine signal. |
p_state | Pointer to PRU state variable. |
Definition at line 30 of file pru_sm.c.