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

type SCR = Reg<u32, _SCR>;
Expand description

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

Register SCR reset()’s with value 0

Register size

Reset value of the register

read() method returns scr::R reader structure

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