Struct esp32s3_hal::pac::rmt::ch_tx_status::R
pub struct R(_);
Expand description
Register CH%s_TX_STATUS
reader
Implementations§
§impl R
impl R
pub fn mem_raddr_ex(&self) -> FieldReaderRaw<u16, u16>
pub fn mem_raddr_ex(&self) -> FieldReaderRaw<u16, u16>
Bits 0:9 - This register records the memory address offset when transmitter of CHANNEL%s is using the RAM.
pub fn apb_mem_waddr(&self) -> FieldReaderRaw<u16, u16>
pub fn apb_mem_waddr(&self) -> FieldReaderRaw<u16, u16>
Bits 11:20 - This register records the memory address offset when writes RAM over APB bus.
pub fn state(&self) -> FieldReaderRaw<u8, u8>
pub fn state(&self) -> FieldReaderRaw<u8, u8>
Bits 22:24 - This register records the FSM status of CHANNEL%s.
pub fn mem_empty(&self) -> BitReaderRaw<bool>
pub fn mem_empty(&self) -> BitReaderRaw<bool>
Bit 25 - This status bit will be set when the data to be set is more than memory size and the wraparound mode is disabled.
pub fn apb_mem_wr_err(&self) -> BitReaderRaw<bool>
pub fn apb_mem_wr_err(&self) -> BitReaderRaw<bool>
Bit 26 - This status bit will be set if the offset address out of memory size when writes via APB bus.
Methods from Deref<Target = R<CH_TX_STATUS_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<CH_TX_STATUS_SPEC>> for R
impl From<R<CH_TX_STATUS_SPEC>> for R
§fn from(reader: R<CH_TX_STATUS_SPEC>) -> R
fn from(reader: R<CH_TX_STATUS_SPEC>) -> R
Converts to this type from the input type.