pub struct W(/* private fields */);Expand description
Register usb_error writer
Implementations§
Source§impl W
impl W
Sourcepub fn utmi_rx_err(&mut self) -> UTMI_RX_ERR_W<'_, 0>
pub fn utmi_rx_err(&mut self) -> UTMI_RX_ERR_W<'_, 0>
Bit 0
Sourcepub fn xfer_to_err(&mut self) -> XFER_TO_ERR_W<'_, 1>
pub fn xfer_to_err(&mut self) -> XFER_TO_ERR_W<'_, 1>
Bit 1
Sourcepub fn ivld_ep_err(&mut self) -> IVLD_EP_ERR_W<'_, 2>
pub fn ivld_ep_err(&mut self) -> IVLD_EP_ERR_W<'_, 2>
Bit 2
Sourcepub fn pid_seq_err(&mut self) -> PID_SEQ_ERR_W<'_, 3>
pub fn pid_seq_err(&mut self) -> PID_SEQ_ERR_W<'_, 3>
Bit 3
Sourcepub fn pid_cks_err(&mut self) -> PID_CKS_ERR_W<'_, 4>
pub fn pid_cks_err(&mut self) -> PID_CKS_ERR_W<'_, 4>
Bit 4
Sourcepub fn crc5_err(&mut self) -> CRC5_ERR_W<'_, 5>
pub fn crc5_err(&mut self) -> CRC5_ERR_W<'_, 5>
Bit 5
Sourcepub fn crc16_err(&mut self) -> CRC16_ERR_W<'_, 6>
pub fn crc16_err(&mut self) -> CRC16_ERR_W<'_, 6>
Bit 6
Methods from Deref<Target = W<USB_ERROR_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