pub struct R(/* private fields */);Expand description
Register uart_int_sts reader
Implementations§
Source§impl R
impl R
Sourcepub fn utx_end_int(&self) -> UTX_END_INT_R
pub fn utx_end_int(&self) -> UTX_END_INT_R
Bit 0
Sourcepub fn urx_end_int(&self) -> URX_END_INT_R
pub fn urx_end_int(&self) -> URX_END_INT_R
Bit 1
Sourcepub fn utx_fifo_int(&self) -> UTX_FIFO_INT_R
pub fn utx_fifo_int(&self) -> UTX_FIFO_INT_R
Bit 2
Sourcepub fn urx_fifo_int(&self) -> URX_FIFO_INT_R
pub fn urx_fifo_int(&self) -> URX_FIFO_INT_R
Bit 3
Sourcepub fn urx_rto_int(&self) -> URX_RTO_INT_R
pub fn urx_rto_int(&self) -> URX_RTO_INT_R
Bit 4
Sourcepub fn urx_pce_int(&self) -> URX_PCE_INT_R
pub fn urx_pce_int(&self) -> URX_PCE_INT_R
Bit 5
Sourcepub fn utx_fer_int(&self) -> UTX_FER_INT_R
pub fn utx_fer_int(&self) -> UTX_FER_INT_R
Bit 6
Sourcepub fn urx_fer_int(&self) -> URX_FER_INT_R
pub fn urx_fer_int(&self) -> URX_FER_INT_R
Bit 7
Methods from Deref<Target = R<UART_INT_STS_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