Type Alias esp32c3::spi0::FSM

source ·
pub type FSM = Reg<FSM_SPEC>;
Expand description

FSM (rw) register accessor: SPI0 FSM status 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

Aliased Type§

struct FSM { /* private fields */ }