Struct stm32g0::stm32g0c1::usart1::presc::PRESCALER_W[][src]

pub struct PRESCALER_W<'a> { /* fields omitted */ }
Expand description

Field PRESCALER writer - Clock prescaler The USART input clock can be divided by a prescaler factor: Remaining combinations: Reserved Note: When PRESCALER is programmed with a value different of the allowed ones, programmed prescaler value is 1011 i.e. input clock divided by 256.

Implementations

Writes variant to the field

input clock not divided

input clock divided by 2

input clock divided by 4

input clock divided by 6

input clock divided by 8

input clock divided by 10

input clock divided by 12

input clock divided by 16

input clock divided by 32

input clock divided by 64

input clock divided by 128

input clock divided by 256

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

Performs the conversion.

Performs the conversion.

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.