Type Alias d1_pac::gpio::pc_pull0::PC_PULL_W

source ·
pub type PC_PULL_W<'a, const O: u8> = FieldWriter<'a, u32, PC_PULL0_SPEC, u8, PC_PULL_A, 2, O>;
Expand description

Field pc_pull[0-7] writer - PC Pull_up/down Select

Aliased Type§

struct PC_PULL_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> PC_PULL_W<'a, O>

source

pub fn pull_disable(self) -> &'a mut W

0

source

pub fn pull_up(self) -> &'a mut W

1

source

pub fn pull_down(self) -> &'a mut W

10