Struct esp32c3::usb_device::ep1_conf::R
source · pub struct R(_);
Expand description
Register EP1_CONF
reader
Implementations§
source§impl 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§
Auto Trait Implementations§
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