Struct esp32c2_hal::pac::dma::in_link_ch0::R
pub struct R(_);
Expand description
Register IN_LINK_CH0
reader
Implementations§
§impl R
impl R
pub fn inlink_addr(&self) -> FieldReaderRaw<u32, u32>
pub fn inlink_addr(&self) -> FieldReaderRaw<u32, u32>
Bits 0:19 - This register stores the 20 least significant bits of the first inlink descriptor’s address.
pub fn inlink_auto_ret(&self) -> BitReaderRaw<bool>
pub fn inlink_auto_ret(&self) -> BitReaderRaw<bool>
Bit 20 - Set this bit to return to current inlink descriptor’s address, when there are some errors in current receiving data.
pub fn inlink_stop(&self) -> BitReaderRaw<bool>
pub fn inlink_stop(&self) -> BitReaderRaw<bool>
Bit 21 - Set this bit to stop dealing with the inlink descriptors.
pub fn inlink_start(&self) -> BitReaderRaw<bool>
pub fn inlink_start(&self) -> BitReaderRaw<bool>
Bit 22 - Set this bit to start dealing with the inlink descriptors.
pub fn inlink_restart(&self) -> BitReaderRaw<bool>
pub fn inlink_restart(&self) -> BitReaderRaw<bool>
Bit 23 - Set this bit to mount a new inlink descriptor.
pub fn inlink_park(&self) -> BitReaderRaw<bool>
pub fn inlink_park(&self) -> BitReaderRaw<bool>
Bit 24 - 1: the inlink descriptor’s FSM is in idle state. 0: the inlink descriptor’s FSM is working.
Methods from Deref<Target = R<IN_LINK_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<IN_LINK_CH0_SPEC>> for R
impl From<R<IN_LINK_CH0_SPEC>> for R
§fn from(reader: R<IN_LINK_CH0_SPEC>) -> R
fn from(reader: R<IN_LINK_CH0_SPEC>) -> R
Converts to this type from the input type.