pub struct W(/* private fields */);Expand description
Register TRIGCTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn autotxten(&mut self) -> AUTOTXTEN_W<'_>
pub fn autotxten(&mut self) -> AUTOTXTEN_W<'_>
Bit 6 - AUTOTX Trigger Enable
Sourcepub fn txarx0en(&mut self) -> TXARX0EN_W<'_>
pub fn txarx0en(&mut self) -> TXARX0EN_W<'_>
Bit 7 - Enable Transmit Trigger After RX End of Frame Plus TCMP0VAL
Sourcepub fn txarx1en(&mut self) -> TXARX1EN_W<'_>
pub fn txarx1en(&mut self) -> TXARX1EN_W<'_>
Bit 8 - Enable Transmit Trigger After RX End of Frame Plus TCMP1VAL
Sourcepub fn txarx2en(&mut self) -> TXARX2EN_W<'_>
pub fn txarx2en(&mut self) -> TXARX2EN_W<'_>
Bit 9 - Enable Transmit Trigger After RX End of Frame Plus TCMP2VAL
Sourcepub fn rxatx0en(&mut self) -> RXATX0EN_W<'_>
pub fn rxatx0en(&mut self) -> RXATX0EN_W<'_>
Bit 10 - Enable Receive Trigger After TX End of Frame Plus TCMPVAL0 Baud-times
Sourcepub fn rxatx1en(&mut self) -> RXATX1EN_W<'_>
pub fn rxatx1en(&mut self) -> RXATX1EN_W<'_>
Bit 11 - Enable Receive Trigger After TX End of Frame Plus TCMPVAL1 Baud-times
Sourcepub fn rxatx2en(&mut self) -> RXATX2EN_W<'_>
pub fn rxatx2en(&mut self) -> RXATX2EN_W<'_>
Bit 12 - Enable Receive Trigger After TX End of Frame Plus TCMPVAL2 Baud-times
Methods from Deref<Target = W<TRIGCTRL_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