pub struct SPR_W<'a> { /* fields omitted */ }
Expand description
Field SPR writer - SPI Clock Rate Selects
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
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.