[][src]Trait imxrt1062_cmp1::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 CR0[src]

Register CR0 reset()'s with value 0

type Type = u8

impl ResetValue for CR1[src]

Register CR1 reset()'s with value 0

type Type = u8

impl ResetValue for DACCR[src]

Register DACCR reset()'s with value 0

type Type = u8

impl ResetValue for FPR[src]

Register FPR reset()'s with value 0

type Type = u8

impl ResetValue for MUXCR[src]

Register MUXCR reset()'s with value 0

type Type = u8

impl ResetValue for SCR[src]

Register SCR reset()'s with value 0

type Type = u8

Loading content...