Type Alias rp2040_pac::pio0::ctrl::SM_ENABLE_W

source ·
pub type SM_ENABLE_W<'a, REG> = FieldWriter<'a, REG, 4>;
Expand description

Field SM_ENABLE writer - Enable/disable each of the four state machines by writing 1/0 to each of these four bits. When disabled, a state machine will cease executing instructions, except those written directly to SMx_INSTR by the system. Multiple bits can be set/cleared at once to run/halt multiple state machines simultaneously.

Aliased Type§

struct SM_ENABLE_W<'a, REG> { /* private fields */ }