Struct esp32c2::dma::infifo_status_ch0::R
source · pub struct R(_);
Expand description
Register INFIFO_STATUS_CH0
reader
Implementations
sourceimpl R
impl R
sourcepub fn infifo_full(&self) -> INFIFO_FULL_R
pub fn infifo_full(&self) -> INFIFO_FULL_R
Bit 0 - L1 Rx FIFO full signal for Rx channel 0.
sourcepub fn infifo_empty(&self) -> INFIFO_EMPTY_R
pub fn infifo_empty(&self) -> INFIFO_EMPTY_R
Bit 1 - L1 Rx FIFO empty signal for Rx channel 0.
sourcepub fn infifo_cnt(&self) -> INFIFO_CNT_R
pub fn infifo_cnt(&self) -> INFIFO_CNT_R
Bits 2:7 - The register stores the byte number of the data in L1 Rx FIFO for Rx channel 0.
sourcepub fn in_remain_under_1b(&self) -> IN_REMAIN_UNDER_1B_R
pub fn in_remain_under_1b(&self) -> IN_REMAIN_UNDER_1B_R
Bit 23 - reserved
sourcepub fn in_remain_under_2b(&self) -> IN_REMAIN_UNDER_2B_R
pub fn in_remain_under_2b(&self) -> IN_REMAIN_UNDER_2B_R
Bit 24 - reserved
sourcepub fn in_remain_under_3b(&self) -> IN_REMAIN_UNDER_3B_R
pub fn in_remain_under_3b(&self) -> IN_REMAIN_UNDER_3B_R
Bit 25 - reserved
sourcepub fn in_remain_under_4b(&self) -> IN_REMAIN_UNDER_4B_R
pub fn in_remain_under_4b(&self) -> IN_REMAIN_UNDER_4B_R
Bit 26 - reserved
sourcepub fn in_buf_hungry(&self) -> IN_BUF_HUNGRY_R
pub fn in_buf_hungry(&self) -> IN_BUF_HUNGRY_R
Bit 27 - reserved
Methods from Deref<Target = R<INFIFO_STATUS_CH0_SPEC>>
Trait Implementations
sourceimpl From<R<INFIFO_STATUS_CH0_SPEC>> for R
impl From<R<INFIFO_STATUS_CH0_SPEC>> for R
sourcefn from(reader: R<INFIFO_STATUS_CH0_SPEC>) -> Self
fn from(reader: R<INFIFO_STATUS_CH0_SPEC>) -> Self
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