[]Struct stm32f407g_disc::flash::acr::_LATENCYW

pub struct _LATENCYW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _LATENCYW<'a>

pub fn variant(self, variant: LATENCYW) -> &'a mut W

Writes variant to the field

pub fn ws0(self) -> &'a mut W

0 wait states

pub fn ws1(self) -> &'a mut W

1 wait states

pub fn ws2(self) -> &'a mut W

2 wait states

pub fn ws3(self) -> &'a mut W

3 wait states

pub fn ws4(self) -> &'a mut W

4 wait states

pub fn ws5(self) -> &'a mut W

5 wait states

pub fn ws6(self) -> &'a mut W

6 wait states

pub fn ws7(self) -> &'a mut W

7 wait states

pub fn ws8(self) -> &'a mut W

8 wait states

pub fn ws9(self) -> &'a mut W

9 wait states

pub fn ws10(self) -> &'a mut W

10 wait states

pub fn ws11(self) -> &'a mut W

11 wait states

pub fn ws12(self) -> &'a mut W

12 wait states

pub fn ws13(self) -> &'a mut W

13 wait states

pub fn ws14(self) -> &'a mut W

14 wait states

pub fn ws15(self) -> &'a mut W

15 wait states

pub unsafe fn bits(self, value: u8) -> &'a mut W

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _LATENCYW<'a>

impl<'a> Sync for _LATENCYW<'a>

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]