Type Alias rp2040_pac::pio0::sm::sm_pinctrl::OUT_BASE_W

source ·
pub type OUT_BASE_W<'a, REG> = FieldWriter<'a, REG, 5>;
Expand description

Field OUT_BASE writer - The lowest-numbered pin that will be affected by an OUT PINS, OUT PINDIRS or MOV PINS instruction. The data written to this pin will always be the least-significant bit of the OUT or MOV data.

Aliased Type§

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