pub struct R(_);
Expand description
Register APB_CONF
reader
Implementations§
§impl R
impl R
pub fn apb_fifo_mask(&self) -> BitReaderRaw<bool>
pub fn apb_fifo_mask(&self) -> BitReaderRaw<bool>
Bit 0 - Set this bit to disable apb fifo access
pub fn mem_tx_wrap_en(&self) -> BitReaderRaw<bool>
pub fn mem_tx_wrap_en(&self) -> BitReaderRaw<bool>
Bit 1 - when datas need to be send is more than channel’s mem can store then set this bit to enable reusage of mem this bit is used together with reg_rmt_tx_lim_chn.
Methods from Deref<Target = R<APB_CONF_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<APB_CONF_SPEC>> for R
impl From<R<APB_CONF_SPEC>> for R
§fn from(reader: R<APB_CONF_SPEC>) -> R
fn from(reader: R<APB_CONF_SPEC>) -> R
Converts to this type from the input type.