pub struct W(/* private fields */);
Expand description
Register cir_tglr
writer
Implementations§
source§impl W
impl W
sourcepub fn tr(&mut self) -> TR_W<'_, 1>
pub fn tr(&mut self) -> TR_W<'_, 1>
Bit 1 - Transmit Reset
When this bit is set, the transmitting is reset. The FIFO will be flushed, the TIC filed and the CSS field will be cleared during Transmit Reset. This field will automatically be cleared when the Transmit Reset is finished, and the CIR transmitter will state Idle.
Methods from Deref<Target = W<CIR_TGLR_SPEC>>§
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