[][src]Trait imxrt1062_kpp::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 KDDR[src]

Register KDDR reset()'s with value 0

type Type = u16

impl ResetValue for KPCR[src]

Register KPCR reset()'s with value 0

type Type = u16

impl ResetValue for KPDR[src]

Register KPDR reset()'s with value 0

type Type = u16

impl ResetValue for KPSR[src]

Register KPSR reset()'s with value 0x0400

type Type = u16

Loading content...