pub struct W(/* private fields */);Expand description
Register uart_int_sts writer
Implementations§
Source§impl W
impl W
Sourcepub fn utx_end_int(&mut self) -> UTX_END_INT_W<'_, 0>
pub fn utx_end_int(&mut self) -> UTX_END_INT_W<'_, 0>
Bit 0
Sourcepub fn urx_end_int(&mut self) -> URX_END_INT_W<'_, 1>
pub fn urx_end_int(&mut self) -> URX_END_INT_W<'_, 1>
Bit 1
Sourcepub fn utx_fifo_int(&mut self) -> UTX_FIFO_INT_W<'_, 2>
pub fn utx_fifo_int(&mut self) -> UTX_FIFO_INT_W<'_, 2>
Bit 2
Sourcepub fn urx_fifo_int(&mut self) -> URX_FIFO_INT_W<'_, 3>
pub fn urx_fifo_int(&mut self) -> URX_FIFO_INT_W<'_, 3>
Bit 3
Sourcepub fn urx_rto_int(&mut self) -> URX_RTO_INT_W<'_, 4>
pub fn urx_rto_int(&mut self) -> URX_RTO_INT_W<'_, 4>
Bit 4
Sourcepub fn urx_pce_int(&mut self) -> URX_PCE_INT_W<'_, 5>
pub fn urx_pce_int(&mut self) -> URX_PCE_INT_W<'_, 5>
Bit 5
Sourcepub fn utx_fer_int(&mut self) -> UTX_FER_INT_W<'_, 6>
pub fn utx_fer_int(&mut self) -> UTX_FER_INT_W<'_, 6>
Bit 6
Sourcepub fn urx_fer_int(&mut self) -> URX_FER_INT_W<'_, 7>
pub fn urx_fer_int(&mut self) -> URX_FER_INT_W<'_, 7>
Bit 7
Sourcepub fn urx_lse_int(&mut self) -> URX_LSE_INT_W<'_, 8>
pub fn urx_lse_int(&mut self) -> URX_LSE_INT_W<'_, 8>
Bit 8
Methods from Deref<Target = W<UART_INT_STS_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