[][src]Trait imxrt1062_gpio1::ResetValue

pub trait ResetValue {
    type Type;
    fn reset_value() -> Self::Type;
}

Reset value of the register

This value is initial value for write method. It can be also directly writed to register by reset method.

Associated Types

type Type

Register size

Loading content...

Required methods

fn reset_value() -> Self::Type

Reset value of the register

Loading content...

Implementors

impl ResetValue for DR[src]

Register DR reset()'s with value 0

type Type = u32

impl ResetValue for DR_CLEAR[src]

Register DR_CLEAR reset()'s with value 0

type Type = u32

impl ResetValue for DR_SET[src]

Register DR_SET reset()'s with value 0

type Type = u32

impl ResetValue for DR_TOGGLE[src]

Register DR_TOGGLE reset()'s with value 0

type Type = u32

impl ResetValue for EDGE_SEL[src]

Register EDGE_SEL reset()'s with value 0

type Type = u32

impl ResetValue for GDIR[src]

Register GDIR reset()'s with value 0

type Type = u32

impl ResetValue for ICR1[src]

Register ICR1 reset()'s with value 0

type Type = u32

impl ResetValue for ICR2[src]

Register ICR2 reset()'s with value 0

type Type = u32

impl ResetValue for IMR[src]

Register IMR reset()'s with value 0

type Type = u32

impl ResetValue for ISR[src]

Register ISR reset()'s with value 0

type Type = u32

Loading content...