pub struct DNF_R(/* private fields */);Expand description
Field DNF reader - Digital noise filter
Implementations§
Source§impl DNF_R
impl DNF_R
Sourcepub fn is_no_filter(&self) -> bool
pub fn is_no_filter(&self) -> bool
Checks if the value of the field is NOFILTER
Sourcepub fn is_filter1(&self) -> bool
pub fn is_filter1(&self) -> bool
Checks if the value of the field is FILTER1
Sourcepub fn is_filter2(&self) -> bool
pub fn is_filter2(&self) -> bool
Checks if the value of the field is FILTER2
Sourcepub fn is_filter3(&self) -> bool
pub fn is_filter3(&self) -> bool
Checks if the value of the field is FILTER3
Sourcepub fn is_filter4(&self) -> bool
pub fn is_filter4(&self) -> bool
Checks if the value of the field is FILTER4
Sourcepub fn is_filter5(&self) -> bool
pub fn is_filter5(&self) -> bool
Checks if the value of the field is FILTER5
Sourcepub fn is_filter6(&self) -> bool
pub fn is_filter6(&self) -> bool
Checks if the value of the field is FILTER6
Sourcepub fn is_filter7(&self) -> bool
pub fn is_filter7(&self) -> bool
Checks if the value of the field is FILTER7
Sourcepub fn is_filter8(&self) -> bool
pub fn is_filter8(&self) -> bool
Checks if the value of the field is FILTER8
Sourcepub fn is_filter9(&self) -> bool
pub fn is_filter9(&self) -> bool
Checks if the value of the field is FILTER9
Sourcepub fn is_filter10(&self) -> bool
pub fn is_filter10(&self) -> bool
Checks if the value of the field is FILTER10
Sourcepub fn is_filter11(&self) -> bool
pub fn is_filter11(&self) -> bool
Checks if the value of the field is FILTER11
Sourcepub fn is_filter12(&self) -> bool
pub fn is_filter12(&self) -> bool
Checks if the value of the field is FILTER12
Sourcepub fn is_filter13(&self) -> bool
pub fn is_filter13(&self) -> bool
Checks if the value of the field is FILTER13
Sourcepub fn is_filter14(&self) -> bool
pub fn is_filter14(&self) -> bool
Checks if the value of the field is FILTER14
Sourcepub fn is_filter15(&self) -> bool
pub fn is_filter15(&self) -> bool
Checks if the value of the field is FILTER15
Methods from Deref<Target = FieldReader<u8, DNF_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DNF_R
impl RefUnwindSafe for DNF_R
impl Send for DNF_R
impl Sync for DNF_R
impl Unpin for DNF_R
impl UnwindSafe for DNF_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