pub struct CSMODE_W<'a> { /* private fields */ }
Expand description

Field CSMODE writer - Chip Select Mode

Implementations

Writes variant to the field

The chip select is deasserted if QSPI_TDR.TD has not been reloaded before the end of the current transfer.

The chip select is deasserted when the bit LASTXFER is written at 1 and the character written in QSPI_TDR.TD has been transferred.

The chip select is deasserted systematically after each transfer.

Writes raw bits to the field

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.