pub struct R(/* private fields */);Expand description
Register interrupt_source reader
Implementations§
Source§impl R
impl R
Sourcepub fn buffer_transmitted(&self) -> BUFFER_TRANSMITTED_R
pub fn buffer_transmitted(&self) -> BUFFER_TRANSMITTED_R
Bit 0 - Buffer transmitted interrupt state
Sourcepub fn transmit_error(&self) -> TRANSMIT_ERROR_R
pub fn transmit_error(&self) -> TRANSMIT_ERROR_R
Bit 1 - Transmit error interrupt state
Sourcepub fn frame_received(&self) -> FRAME_RECEIVED_R
pub fn frame_received(&self) -> FRAME_RECEIVED_R
Bit 2 - Frame received interrupt state
Sourcepub fn receive_error(&self) -> RECEIVE_ERROR_R
pub fn receive_error(&self) -> RECEIVE_ERROR_R
Bit 3 - Receive error interrupt state
Sourcepub fn control_transmit(&self) -> CONTROL_TRANSMIT_R
pub fn control_transmit(&self) -> CONTROL_TRANSMIT_R
Bit 5 - Control frame transmitted interrupt state
Sourcepub fn control_receive(&self) -> CONTROL_RECEIVE_R
pub fn control_receive(&self) -> CONTROL_RECEIVE_R
Bit 6 - Control frame received interrupt state
Methods from Deref<Target = R<INTERRUPT_SOURCE_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