[][src]Trait imxrt1062_ewm::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 CLKCTRL[src]

Register CLKCTRL reset()'s with value 0

type Type = u8

impl ResetValue for CLKPRESCALER[src]

Register CLKPRESCALER reset()'s with value 0

type Type = u8

impl ResetValue for CMPH[src]

Register CMPH reset()'s with value 0xff

type Type = u8

impl ResetValue for CMPL[src]

Register CMPL reset()'s with value 0

type Type = u8

impl ResetValue for CTRL[src]

Register CTRL reset()'s with value 0

type Type = u8

impl ResetValue for SERV[src]

Register SERV reset()'s with value 0

type Type = u8

Loading content...