pub enum WordLen {
W8,
W9,
W7,
}
Expand description
The length of word to transmit and receive. (USART_CR1, M)
We use this function due to the M field being split into 2 separate bits.
Returns M1 val, M0 val
Performs copy-assignment from
source.
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.