Type Definition WAKEUP2_R
lpc55_pac::pmc::wakeiocause
type WAKEUP2_R = R<bool, WAKEUP2_A>;
Reader of field WAKEUP2
WAKEUP2
impl WAKEUP2_R
pub fn variant(&self) -> WAKEUP2_A
Get enumerated values variant
pub fn is_noevent(&self) -> bool
Checks if the value of the field is NOEVENT
NOEVENT
pub fn is_event(&self) -> bool
Checks if the value of the field is EVENT
EVENT