Type Alias esp32s3::spi1::FSM

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

FSM (r) register accessor: SPI1 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 */ }