Struct zinc_hal_lpc11xx::ioregs::IOCON_iocon_pio0_8_Get [] [src]

pub struct IOCON_iocon_pio0_8_Get {
    // some fields omitted
}

IOCON_PIO0_8: I/O configuration for pin PIO0_8/MISO0/CT16B0_MAT0

Methods

impl IOCON_iocon_pio0_8_Get

fn new(reg: &IOCON_iocon_pio0_8) -> IOCON_iocon_pio0_8_Get

Create a getter reflecting the current value of the given register.

fn raw(&self) -> u32

Get the raw value of the register.

fn func(&self) -> IOCON_iocon_pio0_8_func

Get value of FUNC field: Selects pin function. All other values are reserved.

fn mode(&self) -> IOCON_iocon_pio0_8_mode

Get value of MODE field: Selects function mode (on-chip pull-up/pull-down resistor control).

fn hys(&self) -> IOCON_iocon_pio0_8_hys

Get value of HYS field: Hysteresis.

fn od(&self) -> IOCON_iocon_pio0_8_od

Get value of OD field: Selects pseudo open-drain mode.

Trait Implementations

impl Copy for IOCON_iocon_pio0_8_Get

Derived Implementations

impl Clone for IOCON_iocon_pio0_8_Get

fn clone(&self) -> IOCON_iocon_pio0_8_Get

fn clone_from(&mut self, source: &Self)