pub struct INT_SOURCE_R(/* private fields */);Expand description
Field INT_SOURCE reader - Select which Analog comparator output (filtered our un-filtered) is used for interrupt detection.
Implementations§
Source§impl INT_SOURCE_R
impl INT_SOURCE_R
Sourcepub fn variant(&self) -> INT_SOURCE_A
pub fn variant(&self) -> INT_SOURCE_A
Get enumerated values variant
Sourcepub fn is_filter_int(&self) -> bool
pub fn is_filter_int(&self) -> bool
Checks if the value of the field is FILTER_INT
Sourcepub fn is_raw_int(&self) -> bool
pub fn is_raw_int(&self) -> bool
Checks if the value of the field is RAW_INT
Methods from Deref<Target = FieldReader<bool, INT_SOURCE_A>>§
Trait Implementations§
Source§impl Deref for INT_SOURCE_R
impl Deref for INT_SOURCE_R
Source§type Target = FieldReader<bool, INT_SOURCE_A>
type Target = FieldReader<bool, INT_SOURCE_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for INT_SOURCE_R
impl RefUnwindSafe for INT_SOURCE_R
impl Send for INT_SOURCE_R
impl Sync for INT_SOURCE_R
impl Unpin for INT_SOURCE_R
impl UnwindSafe for INT_SOURCE_R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more