Struct avr_device::atmega644::spi::spcr::SPR_W[][src]

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

Field SPR writer - SPI Clock Rate Selects

Implementations

Writes variant to the field

Fosc/4 if SPI2X == 0 else Fosc/2

Fosc/16 if SPI2X == 0 else Fosc/8

Fosc/64 if SPI2X == 0 else Fosc/32

Fosc/128 if SPI2X == 0 else Fosc/64

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.