Struct mcp2210::ChipSettings[][src]

pub struct ChipSettings {
    pub gp0_mode: PinMode,
    pub gp1_mode: PinMode,
    pub gp2_mode: PinMode,
    pub gp3_mode: PinMode,
    pub gp4_mode: PinMode,
    pub gp5_mode: PinMode,
    pub gp6_mode: PinMode,
    pub gp7_mode: PinMode,
    pub gp8_mode: PinMode,
    pub default_gpio_value: GpioValue,
    pub default_gpio_direction: GpioDirection,
    pub remote_wakeup: bool,
    pub interrupt_mode: InterruptMode,
    pub bus_release: bool,
    pub nvram_access_control: NvramAccessControl,
}

Fields

Methods

impl ChipSettings
[src]

Trait Implementations

impl Copy for ChipSettings
[src]

impl Clone for ChipSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChipSettings
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ChipSettings
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ChipSettings
[src]

Auto Trait Implementations