Struct nrf52811_pac::pwm0::prescaler::PRESCALER_W[][src]

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

Field PRESCALER writer - Prescaler of PWM_CLK

Implementations

Writes variant to the field

Divide by 1 (16 MHz)

Divide by 2 (8 MHz)

Divide by 4 (4 MHz)

Divide by 8 (2 MHz)

Divide by 16 (1 MHz)

Divide by 32 (500 kHz)

Divide by 64 (250 kHz)

Divide by 128 (125 kHz)

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.