Type Alias rp2040_pac::ppb::scr::SLEEPDEEP_W

source ·
pub type SLEEPDEEP_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field SLEEPDEEP writer - Controls whether the processor uses sleep or deep sleep as its low power mode:
0 = Sleep.
1 = Deep sleep.

Aliased Type§

struct SLEEPDEEP_W<'a, REG> { /* private fields */ }