Struct esp32c3_hal::pac::usb_device::jfifo_st::R
pub struct R(_);
Expand description
Register JFIFO_ST
reader
Implementations
impl R
impl R
pub fn in_fifo_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn in_fifo_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 0:1 - JTAT in fifo counter.
pub fn in_fifo_empty(&self) -> BitReaderRaw<bool>
pub fn in_fifo_empty(&self) -> BitReaderRaw<bool>
Bit 2 - 1: JTAG in fifo is empty.
pub fn in_fifo_full(&self) -> BitReaderRaw<bool>
pub fn in_fifo_full(&self) -> BitReaderRaw<bool>
Bit 3 - 1: JTAG in fifo is full.
pub fn out_fifo_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn out_fifo_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 4:5 - JTAT out fifo counter.
pub fn out_fifo_empty(&self) -> BitReaderRaw<bool>
pub fn out_fifo_empty(&self) -> BitReaderRaw<bool>
Bit 6 - 1: JTAG out fifo is empty.
pub fn out_fifo_full(&self) -> BitReaderRaw<bool>
pub fn out_fifo_full(&self) -> BitReaderRaw<bool>
Bit 7 - 1: JTAG out fifo is full.
pub fn in_fifo_reset(&self) -> BitReaderRaw<bool>
pub fn in_fifo_reset(&self) -> BitReaderRaw<bool>
Bit 8 - Write 1 to reset JTAG in fifo.
pub fn out_fifo_reset(&self) -> BitReaderRaw<bool>
pub fn out_fifo_reset(&self) -> BitReaderRaw<bool>
Bit 9 - Write 1 to reset JTAG out fifo.
Methods from Deref<Target = R<JFIFO_ST_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
impl From<R<JFIFO_ST_SPEC>> for R
impl From<R<JFIFO_ST_SPEC>> for R
fn from(reader: R<JFIFO_ST_SPEC>) -> R
fn from(reader: R<JFIFO_ST_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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