Struct esp32s3::rmt::ch_rx_status::R

source ·
pub struct R(_);
Expand description

Register CH%s_RX_STATUS reader

Implementations§

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

Bits 11:20 - This register records the memory address offset when reads 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 ownership of memory block is wrong.

Bit 26 - This status bit will be set if the receiver receives more data than the memory size.

Bit 27 - This status bit will be set if the offset address out of memory size when reads via APB bus.

Methods from Deref<Target = R<CH_RX_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.