Type Alias rp2040_pac::pio0::sm::sm_pinctrl::IN_BASE_W

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

Field IN_BASE writer - The pin which is mapped to the least-significant bit of a state machine’s IN data bus. Higher-numbered pins are mapped to consecutively more-significant data bits, with a modulo of 32 applied to pin number.

Aliased Type§

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