Struct esp32c2_hal::pac::dma::infifo_status_ch0::R
pub struct R(_);
Expand description
Register INFIFO_STATUS_CH0
reader
Implementations
impl R
impl R
pub fn infifo_full(&self) -> BitReaderRaw<bool>
pub fn infifo_full(&self) -> BitReaderRaw<bool>
Bit 0 - L1 Rx FIFO full signal for Rx channel 0.
pub fn infifo_empty(&self) -> BitReaderRaw<bool>
pub fn infifo_empty(&self) -> BitReaderRaw<bool>
Bit 1 - L1 Rx FIFO empty signal for Rx channel 0.
pub fn infifo_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn infifo_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 2:7 - The register stores the byte number of the data in L1 Rx FIFO for Rx channel 0.
pub fn in_remain_under_1b(&self) -> BitReaderRaw<bool>
pub fn in_remain_under_1b(&self) -> BitReaderRaw<bool>
Bit 23 - reserved
pub fn in_remain_under_2b(&self) -> BitReaderRaw<bool>
pub fn in_remain_under_2b(&self) -> BitReaderRaw<bool>
Bit 24 - reserved
pub fn in_remain_under_3b(&self) -> BitReaderRaw<bool>
pub fn in_remain_under_3b(&self) -> BitReaderRaw<bool>
Bit 25 - reserved
pub fn in_remain_under_4b(&self) -> BitReaderRaw<bool>
pub fn in_remain_under_4b(&self) -> BitReaderRaw<bool>
Bit 26 - reserved
pub fn in_buf_hungry(&self) -> BitReaderRaw<bool>
pub fn in_buf_hungry(&self) -> BitReaderRaw<bool>
Bit 27 - reserved
Methods from Deref<Target = R<INFIFO_STATUS_CH0_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<INFIFO_STATUS_CH0_SPEC>> for R
impl From<R<INFIFO_STATUS_CH0_SPEC>> for R
fn from(reader: R<INFIFO_STATUS_CH0_SPEC>) -> R
fn from(reader: R<INFIFO_STATUS_CH0_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