[][src]Type Definition lpc55s6x_pac::iocon::pio0_13::R

type R = R<u32, PIO0_13>;

Reader of register PIO0_13

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 slew(&self) -> SLEW_R[src]

Bit 6 - Driver slew rate.

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

Bit 7 - Input polarity.

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

Bit 8 - Select Digital mode.

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

Bit 9 - Controls open-drain mode in standard GPIO mode (EGP = 1). This bit has no effect in I2C mode (EGP=0).

pub fn ssel(&self) -> SSEL_R[src]

Bit 11 - Supply Selection bit.

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

Bit 12 - Controls input glitch filter.

pub fn ecs(&self) -> ECS_R[src]

Bit 13 - Pull-up current source enable in I2C mode.

pub fn egp(&self) -> EGP_R[src]

Bit 14 - Switch between GPIO mode and I2C mode.

pub fn i2cfilter(&self) -> I2CFILTER_R[src]

Bit 15 - Configures I2C features for standard mode, fast mode, and Fast Mode Plus operation and High-Speed mode operation.