[][src]Trait imxrt1062_csi::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 CSICR1[src]

Register CSICR1 reset()'s with value 0x4000_0800

type Type = u32

impl ResetValue for CSICR18[src]

Register CSICR18 reset()'s with value 0x0002_d000

type Type = u32

impl ResetValue for CSICR19[src]

Register CSICR19 reset()'s with value 0

type Type = u32

impl ResetValue for CSICR2[src]

Register CSICR2 reset()'s with value 0

type Type = u32

impl ResetValue for CSICR3[src]

Register CSICR3 reset()'s with value 0

type Type = u32

impl ResetValue for CSIDMASA_FB1[src]

Register CSIDMASA_FB1 reset()'s with value 0

type Type = u32

impl ResetValue for CSIDMASA_FB2[src]

Register CSIDMASA_FB2 reset()'s with value 0

type Type = u32

impl ResetValue for CSIDMASA_STATFIFO[src]

Register CSIDMASA_STATFIFO reset()'s with value 0

type Type = u32

impl ResetValue for CSIDMATS_STATFIFO[src]

Register CSIDMATS_STATFIFO reset()'s with value 0

type Type = u32

impl ResetValue for CSIFBUF_PARA[src]

Register CSIFBUF_PARA reset()'s with value 0

type Type = u32

impl ResetValue for CSIIMAG_PARA[src]

Register CSIIMAG_PARA reset()'s with value 0

type Type = u32

impl ResetValue for CSIRXCNT[src]

Register CSIRXCNT reset()'s with value 0x9600

type Type = u32

impl ResetValue for CSISR[src]

Register CSISR reset()'s with value 0x8000_4000

type Type = u32

Loading content...