[][src]Type Definition imxrt1062_src::SRSR

type SRSR = Reg<u32, _SRSR>;

SRC Reset Status Register

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

For information about available fields see srsr module

Trait Implementations

impl Readable for SRSR[src]

read() method returns srsr::R reader structure

impl ResetValue for SRSR[src]

Register SRSR reset()'s with value 0x01

type Type = u32

Register size

impl Writable for SRSR[src]

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