Struct esp32c2_hal::pac::dma::outfifo_status_ch0::R
pub struct R(_);
Expand description
Register OUTFIFO_STATUS_CH0
reader
Implementations§
§impl R
impl R
pub fn outfifo_full(&self) -> BitReaderRaw<bool>
pub fn outfifo_full(&self) -> BitReaderRaw<bool>
Bit 0 - L1 Tx FIFO full signal for Tx channel 0.
pub fn outfifo_empty(&self) -> BitReaderRaw<bool>
pub fn outfifo_empty(&self) -> BitReaderRaw<bool>
Bit 1 - L1 Tx FIFO empty signal for Tx channel 0.
pub fn outfifo_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn outfifo_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 2:7 - The register stores the byte number of the data in L1 Tx FIFO for Tx channel 0.
pub fn out_remain_under_1b(&self) -> BitReaderRaw<bool>
pub fn out_remain_under_1b(&self) -> BitReaderRaw<bool>
Bit 23 - reserved
pub fn out_remain_under_2b(&self) -> BitReaderRaw<bool>
pub fn out_remain_under_2b(&self) -> BitReaderRaw<bool>
Bit 24 - reserved
pub fn out_remain_under_3b(&self) -> BitReaderRaw<bool>
pub fn out_remain_under_3b(&self) -> BitReaderRaw<bool>
Bit 25 - reserved
pub fn out_remain_under_4b(&self) -> BitReaderRaw<bool>
pub fn out_remain_under_4b(&self) -> BitReaderRaw<bool>
Bit 26 - reserved
Methods from Deref<Target = R<OUTFIFO_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<OUTFIFO_STATUS_CH0_SPEC>> for R
impl From<R<OUTFIFO_STATUS_CH0_SPEC>> for R
§fn from(reader: R<OUTFIFO_STATUS_CH0_SPEC>) -> R
fn from(reader: R<OUTFIFO_STATUS_CH0_SPEC>) -> R
Converts to this type from the input type.