pub struct R(/* private fields */);Expand description
Register TRIGCTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn autotxten(&self) -> AUTOTXTEN_R
pub fn autotxten(&self) -> AUTOTXTEN_R
Bit 6 - AUTOTX Trigger Enable
Sourcepub fn txarx0en(&self) -> TXARX0EN_R
pub fn txarx0en(&self) -> TXARX0EN_R
Bit 7 - Enable Transmit Trigger After RX End of Frame Plus TCMP0VAL
Sourcepub fn txarx1en(&self) -> TXARX1EN_R
pub fn txarx1en(&self) -> TXARX1EN_R
Bit 8 - Enable Transmit Trigger After RX End of Frame Plus TCMP1VAL
Sourcepub fn txarx2en(&self) -> TXARX2EN_R
pub fn txarx2en(&self) -> TXARX2EN_R
Bit 9 - Enable Transmit Trigger After RX End of Frame Plus TCMP2VAL
Sourcepub fn rxatx0en(&self) -> RXATX0EN_R
pub fn rxatx0en(&self) -> RXATX0EN_R
Bit 10 - Enable Receive Trigger After TX End of Frame Plus TCMPVAL0 Baud-times
Sourcepub fn rxatx1en(&self) -> RXATX1EN_R
pub fn rxatx1en(&self) -> RXATX1EN_R
Bit 11 - Enable Receive Trigger After TX End of Frame Plus TCMPVAL1 Baud-times
Sourcepub fn rxatx2en(&self) -> RXATX2EN_R
pub fn rxatx2en(&self) -> RXATX2EN_R
Bit 12 - Enable Receive Trigger After TX End of Frame Plus TCMPVAL2 Baud-times
Methods from Deref<Target = R<TRIGCTRL_SPEC>>§
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