Struct esp32s3_hal::pac::dma::outfifo_status_ch::R
pub struct R(_);
Expand description
Register OUTFIFO_STATUS_CH%s
reader
Implementations§
§impl R
impl R
pub fn outfifo_full_l1(&self) -> BitReaderRaw<bool>
pub fn outfifo_full_l1(&self) -> BitReaderRaw<bool>
Bit 0 - L1 Tx FIFO full signal for Tx channel 0.
pub fn outfifo_empty_l1(&self) -> BitReaderRaw<bool>
pub fn outfifo_empty_l1(&self) -> BitReaderRaw<bool>
Bit 1 - L1 Tx FIFO empty signal for Tx channel 0.
pub fn outfifo_full_l2(&self) -> BitReaderRaw<bool>
pub fn outfifo_full_l2(&self) -> BitReaderRaw<bool>
Bit 2 - L2 Tx FIFO full signal for Tx channel 0.
pub fn outfifo_empty_l2(&self) -> BitReaderRaw<bool>
pub fn outfifo_empty_l2(&self) -> BitReaderRaw<bool>
Bit 3 - L2 Tx FIFO empty signal for Tx channel 0.
pub fn outfifo_full_l3(&self) -> BitReaderRaw<bool>
pub fn outfifo_full_l3(&self) -> BitReaderRaw<bool>
Bit 4 - L3 Tx FIFO full signal for Tx channel 0.
pub fn outfifo_empty_l3(&self) -> BitReaderRaw<bool>
pub fn outfifo_empty_l3(&self) -> BitReaderRaw<bool>
Bit 5 - L3 Tx FIFO empty signal for Tx channel 0.
pub fn outfifo_cnt_l1(&self) -> FieldReaderRaw<u8, u8>
pub fn outfifo_cnt_l1(&self) -> FieldReaderRaw<u8, u8>
Bits 6:10 - The register stores the byte number of the data in L1 Tx FIFO for Tx channel 0.
pub fn outfifo_cnt_l2(&self) -> FieldReaderRaw<u8, u8>
pub fn outfifo_cnt_l2(&self) -> FieldReaderRaw<u8, u8>
Bits 11:17 - The register stores the byte number of the data in L2 Tx FIFO for Tx channel 0.
pub fn outfifo_cnt_l3(&self) -> FieldReaderRaw<u8, u8>
pub fn outfifo_cnt_l3(&self) -> FieldReaderRaw<u8, u8>
Bits 18:22 - The register stores the byte number of the data in L3 Tx FIFO for Tx channel 0.
pub fn out_remain_under_1b_l3(&self) -> BitReaderRaw<bool>
pub fn out_remain_under_1b_l3(&self) -> BitReaderRaw<bool>
Bit 23 - reserved
pub fn out_remain_under_2b_l3(&self) -> BitReaderRaw<bool>
pub fn out_remain_under_2b_l3(&self) -> BitReaderRaw<bool>
Bit 24 - reserved
pub fn out_remain_under_3b_l3(&self) -> BitReaderRaw<bool>
pub fn out_remain_under_3b_l3(&self) -> BitReaderRaw<bool>
Bit 25 - reserved
pub fn out_remain_under_4b_l3(&self) -> BitReaderRaw<bool>
pub fn out_remain_under_4b_l3(&self) -> BitReaderRaw<bool>
Bit 26 - reserved
Methods from Deref<Target = R<OUTFIFO_STATUS_CH_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<OUTFIFO_STATUS_CH_SPEC>> for R
impl From<R<OUTFIFO_STATUS_CH_SPEC>> for R
§fn from(reader: R<OUTFIFO_STATUS_CH_SPEC>) -> R
fn from(reader: R<OUTFIFO_STATUS_CH_SPEC>) -> R
Converts to this type from the input type.