pub struct R(_);
Expand description

Register CH7STATUS reader

Implementations

Bits 0:31 - The status for channel7

Bits 0:9 - The current memory read address of channel7.

Bits 12:21 - The current memory write address of channel7.

Bits 24:26 - The channel7 state machine status register.3’h0 : idle, 3’h1 : send, 3’h2 : read memory, 3’h3 : receive, 3’h4 : wait.

Bit 27 - When channel7 is configured for receive mode, this bit will turn to high level if rmt_mem_owner register is not set to 1.

Bit 28 - The memory full status bit for channel7 turns to high level when mem_waddr_ex is greater than or equal to the configuration range.

Bit 29 - The memory empty status bit for channel7. in acyclic mode, this bit turns to high level when mem_raddr_ex is greater than or equal to the configured range.

Bit 30 - The apb write memory status bit for channel7 turns to high level when the apb write address exceeds the configuration range.

Bit 31 - The apb read memory status bit for channel7 turns to high level when the apb read address exceeds the configuration range.

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