pub struct SRL_W<'a> { /* fields omitted */ }Expand description
Field SRL writer - Wait state page limit
Writes variant to the field
LS = N/A, US = 0x1100 - 0xFFFF
LS = 0x1100 - 0x1FFF, US = 0x2000 - 0xFFFF
LS = 0x1100 - 0x3FFF, US = 0x4000 - 0xFFFF
LS = 0x1100 - 0x5FFF, US = 0x6000 - 0xFFFF
LS = 0x1100 - 0x7FFF, US = 0x8000 - 0xFFFF
LS = 0x1100 - 0x9FFF, US = 0xA000 - 0xFFFF
LS = 0x1100 - 0xBFFF, US = 0xC000 - 0xFFFF
LS = 0x1100 - 0xDFFF, US = 0xE000 - 0xFFFF
pub fn bits(self, value: u8) -> &'a mut W
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.