Type Alias rp2040_pac::pio0::sm::sm_execctrl::SIDE_EN_W

source ·
pub type SIDE_EN_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field SIDE_EN writer - If 1, the MSB of the Delay/Side-set instruction field is used as side-set enable, rather than a side-set data bit. This allows instructions to perform side-set optionally, rather than on every instruction, but the maximum possible side-set width is reduced from 5 to 4. Note that the value of PINCTRL_SIDESET_COUNT is inclusive of this enable bit.

Aliased Type§

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