Type Definition STATUS_R
lpc55_pac::syscon::comp_int_status
type STATUS_R = R<bool, STATUS_A>;
Reader of field STATUS
STATUS
impl STATUS_R
pub fn variant(&self) -> STATUS_A
Get enumerated values variant
pub fn is_no_int(&self) -> bool
Checks if the value of the field is NO_INT
NO_INT
pub fn is_pending(&self) -> bool
Checks if the value of the field is PENDING
PENDING