Struct stm32f469xx::dsihost::dsi_cmcr::R

source ·
pub struct R { /* private fields */ }
Expand description

Value read from the register

Implementations§

Value of the register as raw bits

Bit 24 - Maximum Read Packet Size

Bit 19 - DCS Long Write Transmission

Bit 18 - DCS Short Read Zero parameter Transmission

Bit 17 - DCS Short Read One parameter Transmission

Bit 16 - DCS Short Write Zero parameter Transmission

Bit 14 - Generic Long Write Transmission

Bit 13 - Generic Short Read Two parameters Transmission

Bit 12 - Generic Short Read One parameters Transmission

Bit 11 - Generic Short Read Zero parameters Transmission

Bit 10 - Generic Short Write Two parameters Transmission

Bit 9 - Generic Short Write One parameters Transmission

Bit 8 - Generic Short Write Zero parameters Transmission

Bit 1 - Acknowledge Request Enable

Bit 0 - Tearing Effect Acknowledge Request Enable

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.

Should always be Self
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.