pub struct R(_);
Expand description
Register EP1_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn serial_in_ep_data_free(&self) -> SERIAL_IN_EP_DATA_FREE_R
pub fn serial_in_ep_data_free(&self) -> SERIAL_IN_EP_DATA_FREE_R
Bit 1 - 1’b1: Indicate UART Tx FIFO is not full and can write data into in. After writing USB_DEVICE_WR_DONE, this bit would be 0 until data in UART Tx FIFO is read by USB Host.
sourcepub fn serial_out_ep_data_avail(&self) -> SERIAL_OUT_EP_DATA_AVAIL_R
pub fn serial_out_ep_data_avail(&self) -> SERIAL_OUT_EP_DATA_AVAIL_R
Bit 2 - 1’b1: Indicate there is data in UART Rx FIFO.
Methods from Deref<Target = R<EP1_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<EP1_CONF_SPEC>> for R
impl From<R<EP1_CONF_SPEC>> for R
sourcefn from(reader: R<EP1_CONF_SPEC>) -> Self
fn from(reader: R<EP1_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more