[−][src]Type Definition lpc55_pac::pmc::WAKEIOCAUSE
type WAKEIOCAUSE = Reg<u32, _WAKEIOCAUSE>;
Allows to identify the Wake-up I/O source from Deep Power Down mode
This register you can read, reset, write, write_with_zero, modify. See API.
For information about available fields see wakeiocause module
Trait Implementations
impl Readable for WAKEIOCAUSE[src]
read() method returns wakeiocause::R reader structure
impl ResetValue for WAKEIOCAUSE[src][+]
type Type = u32
fn reset_value() -> Self::Type[src][−]
impl Writable for WAKEIOCAUSE[src]
write(|w| ..) method takes wakeiocause::W writer structure