Struct esp32s3_hal::pac::rmt::ch_tx_status::R

pub struct R(_);
Expand description

Register CH%s_TX_STATUS reader

Implementations§

Bits 0:9 - This register records the memory address offset when transmitter of CHANNEL%s is using the RAM.

Bits 11:20 - This register records the memory address offset when writes RAM over APB bus.

Bits 22:24 - This register records the FSM status of CHANNEL%s.

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.

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>>§

Reads raw bits from register.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.