Type Alias FSM
Source pub type FSM = Reg<FSM_SPEC>;
Expand description
FSM (rw) register accessor: SPI master status and DMA read byte control register
You can read
this register and get fsm::R
. You can reset
, write
, write_with_zero
this register using fsm::W
. You can also modify
this register. See API.
For information about available fields see fsm
module
struct FSM { }