Struct lpc55_pac::syscon::fmccr::FLASHTIM_W[][src]

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

Field FLASHTIM writer - Flash memory access time.

Implementations

impl<'a> FLASHTIM_W<'a>[src]

pub fn variant(self, variant: FLASHTIM_A) -> &'a mut W[src]

Writes variant to the field

pub fn flashtim0(self) -> &'a mut W[src]

1 system clock flash access time (for system clock rates up to 11 MHz).

pub fn flashtim1(self) -> &'a mut W[src]

2 system clocks flash access time (for system clock rates up to 22 MHz).

pub fn flashtim2(self) -> &'a mut W[src]

3 system clocks flash access time (for system clock rates up to 33 MHz).

pub fn flashtim3(self) -> &'a mut W[src]

4 system clocks flash access time (for system clock rates up to 44 MHz).

pub fn flashtim4(self) -> &'a mut W[src]

5 system clocks flash access time (for system clock rates up to 55 MHz).

pub fn flashtim5(self) -> &'a mut W[src]

6 system clocks flash access time (for system clock rates up to 66 MHz).

pub fn flashtim6(self) -> &'a mut W[src]

7 system clocks flash access time (for system clock rates up to 77 MHz).

pub fn flashtim7(self) -> &'a mut W[src]

8 system clocks flash access time (for system clock rates up to 88 MHz).

pub fn flashtim8(self) -> &'a mut W[src]

9 system clocks flash access time (for system clock rates up to 100 MHz).

pub fn flashtim9(self) -> &'a mut W[src]

10 system clocks flash access time (for system clock rates up to 115 MHz).

pub fn flashtim10(self) -> &'a mut W[src]

11 system clocks flash access time (for system clock rates up to 130 MHz).

pub fn flashtim11(self) -> &'a mut W[src]

12 system clocks flash access time (for system clock rates up to 150 MHz).

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for FLASHTIM_W<'a>

impl<'a> Sync for FLASHTIM_W<'a>

impl<'a> Unpin for FLASHTIM_W<'a>

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.