[][src]Type Definition rp2040::ppb::SCR

type SCR = Reg<u32, _SCR>;

System Control Register. Use the System Control Register for power-management functions: signal to the system when the processor can enter a low power state, control how the processor enters and exits low power states.

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

For information about available fields see scr module

Trait Implementations

impl Readable for SCR[src]

read() method returns scr::R reader structure

impl ResetValue for SCR[src]

Register SCR reset()'s with value 0

type Type = u32

Register size

impl Writable for SCR[src]

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