[][src]Trait imxrt1062_can1::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 CTRL1[src]

Register CTRL1 reset()'s with value 0

type Type = u32

impl ResetValue for CTRL2[src]

Register CTRL2 reset()'s with value 0

type Type = u32

impl ResetValue for ECR[src]

Register ECR reset()'s with value 0

type Type = u32

impl ResetValue for ESR1[src]

Register ESR1 reset()'s with value 0

type Type = u32

impl ResetValue for GFWR[src]

Register GFWR reset()'s with value 0x7f

type Type = u32

impl ResetValue for IFLAG1[src]

Register IFLAG1 reset()'s with value 0

type Type = u32

impl ResetValue for IFLAG2[src]

Register IFLAG2 reset()'s with value 0

type Type = u32

impl ResetValue for IMASK1[src]

Register IMASK1 reset()'s with value 0

type Type = u32

impl ResetValue for IMASK2[src]

Register IMASK2 reset()'s with value 0

type Type = u32

impl ResetValue for MCR[src]

Register MCR reset()'s with value 0x5980_000f

type Type = u32

impl ResetValue for RX14MASK[src]

Register RX14MASK reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for RX15MASK[src]

Register RX15MASK reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for RXFGMASK[src]

Register RXFGMASK reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for RXIMR[src]

Register RXIMR%s reset()'s with value 0

type Type = u32

impl ResetValue for RXMGMASK[src]

Register RXMGMASK reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for TIMER[src]

Register TIMER reset()'s with value 0

type Type = u32

Loading content...