pub struct FTH_R(/* private fields */);Expand description
Field FTH reader - FIFO threshold
Implementations§
Source§impl FTH_R
impl FTH_R
Sourcepub fn is_quarter1(&self) -> bool
pub fn is_quarter1(&self) -> bool
Checks if the value of the field is QUARTER1
Sourcepub fn is_quarter2(&self) -> bool
pub fn is_quarter2(&self) -> bool
Checks if the value of the field is QUARTER2
Sourcepub fn is_quarter3(&self) -> bool
pub fn is_quarter3(&self) -> bool
Checks if the value of the field is QUARTER3
Methods from Deref<Target = FieldReader<u8, FTH_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FTH_R
impl RefUnwindSafe for FTH_R
impl Send for FTH_R
impl Sync for FTH_R
impl Unpin for FTH_R
impl UnwindSafe for FTH_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