[][src]Trait imxrt1062_pxp::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 AS_BUF[src]

Register AS_BUF reset()'s with value 0

type Type = u32

impl ResetValue for AS_CLRKEYHIGH[src]

Register AS_CLRKEYHIGH reset()'s with value 0

type Type = u32

impl ResetValue for AS_CLRKEYLOW[src]

Register AS_CLRKEYLOW reset()'s with value 0x00ff_ffff

type Type = u32

impl ResetValue for AS_CTRL[src]

Register AS_CTRL reset()'s with value 0

type Type = u32

impl ResetValue for AS_PITCH[src]

Register AS_PITCH reset()'s with value 0

type Type = u32

impl ResetValue for CSC1_COEF0[src]

Register CSC1_COEF0 reset()'s with value 0x0400_0000

type Type = u32

impl ResetValue for CSC1_COEF1[src]

Register CSC1_COEF1 reset()'s with value 0x0123_0208

type Type = u32

impl ResetValue for CSC1_COEF2[src]

Register CSC1_COEF2 reset()'s with value 0x079b_076c

type Type = u32

impl ResetValue for CTRL[src]

Register CTRL reset()'s with value 0xc000_0000

type Type = u32

impl ResetValue for CTRL_CLR[src]

Register CTRL_CLR reset()'s with value 0xc000_0000

type Type = u32

impl ResetValue for CTRL_SET[src]

Register CTRL_SET reset()'s with value 0xc000_0000

type Type = u32

impl ResetValue for CTRL_TOG[src]

Register CTRL_TOG reset()'s with value 0xc000_0000

type Type = u32

impl ResetValue for NEXT[src]

Register NEXT reset()'s with value 0

type Type = u32

impl ResetValue for OUT_AS_LRC[src]

Register OUT_AS_LRC reset()'s with value 0

type Type = u32

impl ResetValue for OUT_AS_ULC[src]

Register OUT_AS_ULC reset()'s with value 0

type Type = u32

impl ResetValue for OUT_BUF[src]

Register OUT_BUF reset()'s with value 0

type Type = u32

impl ResetValue for OUT_BUF2[src]

Register OUT_BUF2 reset()'s with value 0

type Type = u32

impl ResetValue for OUT_CTRL[src]

Register OUT_CTRL reset()'s with value 0

type Type = u32

impl ResetValue for OUT_CTRL_CLR[src]

Register OUT_CTRL_CLR reset()'s with value 0

type Type = u32

impl ResetValue for OUT_CTRL_SET[src]

Register OUT_CTRL_SET reset()'s with value 0

type Type = u32

impl ResetValue for OUT_CTRL_TOG[src]

Register OUT_CTRL_TOG reset()'s with value 0

type Type = u32

impl ResetValue for OUT_LRC[src]

Register OUT_LRC reset()'s with value 0

type Type = u32

impl ResetValue for OUT_PITCH[src]

Register OUT_PITCH reset()'s with value 0

type Type = u32

impl ResetValue for OUT_PS_LRC[src]

Register OUT_PS_LRC reset()'s with value 0

type Type = u32

impl ResetValue for OUT_PS_ULC[src]

Register OUT_PS_ULC reset()'s with value 0

type Type = u32

impl ResetValue for PORTER_DUFF_CTRL[src]

Register PORTER_DUFF_CTRL reset()'s with value 0

type Type = u32

impl ResetValue for POWER[src]

Register POWER reset()'s with value 0

type Type = u32

impl ResetValue for PS_BACKGROUND[src]

Register PS_BACKGROUND reset()'s with value 0

type Type = u32

impl ResetValue for PS_BUF[src]

Register PS_BUF reset()'s with value 0

type Type = u32

impl ResetValue for PS_CLRKEYHIGH[src]

Register PS_CLRKEYHIGH reset()'s with value 0

type Type = u32

impl ResetValue for PS_CLRKEYLOW[src]

Register PS_CLRKEYLOW reset()'s with value 0x00ff_ffff

type Type = u32

impl ResetValue for PS_CTRL[src]

Register PS_CTRL reset()'s with value 0

type Type = u32

impl ResetValue for PS_CTRL_CLR[src]

Register PS_CTRL_CLR reset()'s with value 0

type Type = u32

impl ResetValue for PS_CTRL_SET[src]

Register PS_CTRL_SET reset()'s with value 0

type Type = u32

impl ResetValue for PS_CTRL_TOG[src]

Register PS_CTRL_TOG reset()'s with value 0

type Type = u32

impl ResetValue for PS_OFFSET[src]

Register PS_OFFSET reset()'s with value 0

type Type = u32

impl ResetValue for PS_PITCH[src]

Register PS_PITCH reset()'s with value 0

type Type = u32

impl ResetValue for PS_SCALE[src]

Register PS_SCALE reset()'s with value 0x1000_1000

type Type = u32

impl ResetValue for PS_UBUF[src]

Register PS_UBUF reset()'s with value 0

type Type = u32

impl ResetValue for PS_VBUF[src]

Register PS_VBUF reset()'s with value 0

type Type = u32

impl ResetValue for STAT[src]

Register STAT reset()'s with value 0

type Type = u32

impl ResetValue for STAT_CLR[src]

Register STAT_CLR reset()'s with value 0

type Type = u32

impl ResetValue for STAT_SET[src]

Register STAT_SET reset()'s with value 0

type Type = u32

impl ResetValue for STAT_TOG[src]

Register STAT_TOG reset()'s with value 0

type Type = u32

Loading content...