Type Alias d1_pac::gpio::pe_pull1::PE_PULL_W

source ·
pub type PE_PULL_W<'a, const O: u8> = FieldWriter<'a, u32, PE_PULL1_SPEC, u8, PE_PULL_A, 2, O>;
Expand description

Field pe_pull[16-17] writer - PE Pull_up/down Select

Aliased Type§

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

Implementations§

source§

impl<'a, const O: u8> PE_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