[][src]Type Definition imxrt1062_csi::CSISR

type CSISR = Reg<u32, _CSISR>;

CSI Status Register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see csisr module

Trait Implementations

impl Readable for CSISR[src]

read() method returns csisr::R reader structure

impl ResetValue for CSISR[src]

Register CSISR reset()'s with value 0x8000_4000

type Type = u32

Register size

impl Writable for CSISR[src]

write(|w| ..) method takes csisr::W writer structure