[][src]Type Definition betrusted_pac::power::power::W

type W = W<u32, POWER>;

Writer for register POWER

Methods

impl W[src]

pub fn audio(&mut self) -> AUDIO_W[src]

Bit 0 - Write 1 to power on the audio subsystem

pub fn self_(&mut self) -> SELF_W[src]

Bit 1 - Writing 1 forces self power-on (overrides the EC's ability to power me down)

pub fn ec_snoop(&mut self) -> EC_SNOOP_W[src]

Bit 2 - Writing 1 allows the insecure EC to snoop a couple keyboard pads for wakeup key sequence recognition

pub fn state(&mut self) -> STATE_W[src]

Bits 3:4 - Current SoC power state. 0x=off or not ready, 10=on and safe to shutdown, 11=on and not safe to shut down, resets to 01 to allow extSRAM access immediately during init

pub fn noisebias(&mut self) -> NOISEBIAS_W[src]

Bit 5 - Writing 1 enables the primary bias supply for the noise generator

pub fn noise(&mut self) -> NOISE_W[src]

Bits 6:7 - Controls which of two noise channels are active; all combos valid. noisebias must be on first.