Struct esp32s3::dma::infifo_status_ch::R
source · pub struct R(_);
Expand description
Register INFIFO_STATUS_CH%s
reader
Implementations
sourceimpl R
impl R
sourcepub fn infifo_full_l1(&self) -> INFIFO_FULL_L1_R
pub fn infifo_full_l1(&self) -> INFIFO_FULL_L1_R
Bit 0 - L1 Rx FIFO full signal for Rx channel 0.
sourcepub fn infifo_empty_l1(&self) -> INFIFO_EMPTY_L1_R
pub fn infifo_empty_l1(&self) -> INFIFO_EMPTY_L1_R
Bit 1 - L1 Rx FIFO empty signal for Rx channel 0.
sourcepub fn infifo_full_l2(&self) -> INFIFO_FULL_L2_R
pub fn infifo_full_l2(&self) -> INFIFO_FULL_L2_R
Bit 2 - L2 Rx FIFO full signal for Rx channel 0.
sourcepub fn infifo_empty_l2(&self) -> INFIFO_EMPTY_L2_R
pub fn infifo_empty_l2(&self) -> INFIFO_EMPTY_L2_R
Bit 3 - L2 Rx FIFO empty signal for Rx channel 0.
sourcepub fn infifo_full_l3(&self) -> INFIFO_FULL_L3_R
pub fn infifo_full_l3(&self) -> INFIFO_FULL_L3_R
Bit 4 - L3 Rx FIFO full signal for Rx channel 0.
sourcepub fn infifo_empty_l3(&self) -> INFIFO_EMPTY_L3_R
pub fn infifo_empty_l3(&self) -> INFIFO_EMPTY_L3_R
Bit 5 - L3 Rx FIFO empty signal for Rx channel 0.
sourcepub fn infifo_cnt_l1(&self) -> INFIFO_CNT_L1_R
pub fn infifo_cnt_l1(&self) -> INFIFO_CNT_L1_R
Bits 6:11 - The register stores the byte number of the data in L1 Rx FIFO for Rx channel 0.
sourcepub fn infifo_cnt_l2(&self) -> INFIFO_CNT_L2_R
pub fn infifo_cnt_l2(&self) -> INFIFO_CNT_L2_R
Bits 12:18 - The register stores the byte number of the data in L2 Rx FIFO for Rx channel 0.
sourcepub fn infifo_cnt_l3(&self) -> INFIFO_CNT_L3_R
pub fn infifo_cnt_l3(&self) -> INFIFO_CNT_L3_R
Bits 19:23 - The register stores the byte number of the data in L3 Rx FIFO for Rx channel 0.
sourcepub fn in_remain_under_1b_l3(&self) -> IN_REMAIN_UNDER_1B_L3_R
pub fn in_remain_under_1b_l3(&self) -> IN_REMAIN_UNDER_1B_L3_R
Bit 24 - reserved
sourcepub fn in_remain_under_2b_l3(&self) -> IN_REMAIN_UNDER_2B_L3_R
pub fn in_remain_under_2b_l3(&self) -> IN_REMAIN_UNDER_2B_L3_R
Bit 25 - reserved
sourcepub fn in_remain_under_3b_l3(&self) -> IN_REMAIN_UNDER_3B_L3_R
pub fn in_remain_under_3b_l3(&self) -> IN_REMAIN_UNDER_3B_L3_R
Bit 26 - reserved
sourcepub fn in_remain_under_4b_l3(&self) -> IN_REMAIN_UNDER_4B_L3_R
pub fn in_remain_under_4b_l3(&self) -> IN_REMAIN_UNDER_4B_L3_R
Bit 27 - reserved
sourcepub fn in_buf_hungry(&self) -> IN_BUF_HUNGRY_R
pub fn in_buf_hungry(&self) -> IN_BUF_HUNGRY_R
Bit 28 - reserved
Methods from Deref<Target = R<INFIFO_STATUS_CH_SPEC>>
Trait Implementations
sourceimpl From<R<INFIFO_STATUS_CH_SPEC>> for R
impl From<R<INFIFO_STATUS_CH_SPEC>> for R
sourcefn from(reader: R<INFIFO_STATUS_CH_SPEC>) -> Self
fn from(reader: R<INFIFO_STATUS_CH_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