[][src]Type Definition nrf52832_pac::power::EVENTS_SLEEPENTER

type EVENTS_SLEEPENTER = Reg<u32, _EVENTS_SLEEPENTER>;

CPU entered WFI/WFE sleep

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

For information about available fields see events_sleepenter module

Trait Implementations

impl Readable for EVENTS_SLEEPENTER[src]

read() method returns events_sleepenter::R reader structure

impl ResetValue for EVENTS_SLEEPENTER[src]

Register EVENTS_SLEEPENTER reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_SLEEPENTER[src]

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