[][src]Type Definition lpc54606_pac::iocon::pio36::R

type R = R<u32, PIO36>;

Reader of register PIO36

Methods

impl R[src]

pub fn func(&self) -> FUNC_R[src]

Bits 0:3 - Selects pin function.

pub fn mode(&self) -> MODE_R[src]

Bits 4:5 - Selects function mode (on-chip pull-up/pull-down resistor control).

pub fn invert(&self) -> INVERT_R[src]

Bit 7 - Input polarity.

pub fn digimode(&self) -> DIGIMODE_R[src]

Bit 8 - Select Analog/Digital mode.

pub fn filteroff(&self) -> FILTEROFF_R[src]

Bit 9 - Controls input glitch filter.

pub fn slew(&self) -> SLEW_R[src]

Bit 10 - Driver slew rate.

pub fn od(&self) -> OD_R[src]

Bit 11 - Controls open-drain mode.