Type Alias FSM

Source
pub type FSM = Reg<FSM_SPEC>;
Expand description

FSM (r) register accessor: SPI0 state machine(FSM) status register.

You can read this register and get fsm::R. See API.

For information about available fields see fsm module

Aliased Typeยง

struct FSM { /* private fields */ }