[][src]Trait imxrt1062_gpt1::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 CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for IR[src]

Register IR reset()'s with value 0

type Type = u32

impl ResetValue for OCR1[src]

Register OCR1 reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for OCR2[src]

Register OCR2 reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for OCR3[src]

Register OCR3 reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for PR[src]

Register PR reset()'s with value 0

type Type = u32

impl ResetValue for SR[src]

Register SR reset()'s with value 0

type Type = u32

Loading content...