[][src]Type Definition lpc55s6x_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]

Register WAKEIOCAUSE reset()'s with value 0

type Type = u32

Register size

impl Writable for WAKEIOCAUSE[src]

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