[][src]Trait imxrt1062_dcdc::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 REG0[src]

Register REG0 reset()'s with value 0x1403_0111

type Type = u32

impl ResetValue for REG1[src]

Register REG1 reset()'s with value 0x111b_a29c

type Type = u32

impl ResetValue for REG2[src]

Register REG2 reset()'s with value 0x4009

type Type = u32

impl ResetValue for REG3[src]

Register REG3 reset()'s with value 0x010e

type Type = u32

Loading content...