[][src]Trait imxrt1062_wdog1::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 WCR[src]

Register WCR reset()'s with value 0x30

type Type = u16

impl ResetValue for WICR[src]

Register WICR reset()'s with value 0x04

type Type = u16

impl ResetValue for WMCR[src]

Register WMCR reset()'s with value 0x01

type Type = u16

impl ResetValue for WSR[src]

Register WSR reset()'s with value 0

type Type = u16

Loading content...