pub struct W(/* private fields */);
Expand description
Register IFS
writer
Implementations§
Source§impl W
impl W
Sourcepub fn icbof0(&mut self) -> ICBOF0_W<'_>
pub fn icbof0(&mut self) -> ICBOF0_W<'_>
Bit 8 - CC Channel 0 Input Capture Buffer Overflow Interrupt Flag Set
Sourcepub fn icbof1(&mut self) -> ICBOF1_W<'_>
pub fn icbof1(&mut self) -> ICBOF1_W<'_>
Bit 9 - CC Channel 1 Input Capture Buffer Overflow Interrupt Flag Set
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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