[][src]Type Definition imxrt1062_pgc::CPU_SR

type CPU_SR = Reg<u32, _CPU_SR>;

PGC CPU Power Gating Controller Status Register

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

For information about available fields see cpu_sr module

Trait Implementations

impl Readable for CPU_SR[src]

read() method returns cpu_sr::R reader structure

impl ResetValue for CPU_SR[src]

Register CPU_SR reset()'s with value 0

type Type = u32

Register size

impl Writable for CPU_SR[src]

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