pub struct R(/* private fields */);Expand description
Register IF reader
Implementations§
Source§impl R
impl R
Sourcepub fn icfwlfull0(&self) -> ICFWLFULL0_R
pub fn icfwlfull0(&self) -> ICFWLFULL0_R
Bit 16 - Input Capture Watermark Level Full
Sourcepub fn icfwlfull1(&self) -> ICFWLFULL1_R
pub fn icfwlfull1(&self) -> ICFWLFULL1_R
Bit 17 - Input Capture Watermark Level Full
Sourcepub fn icfwlfull2(&self) -> ICFWLFULL2_R
pub fn icfwlfull2(&self) -> ICFWLFULL2_R
Bit 18 - Input Capture Watermark Level Full
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for 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