[][src]Struct lpc54606_pac::syscon::flashcfg::DATACFG_W

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

Write proxy for field DATACFG

Methods

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

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

Writes variant to the field

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

Data accesses from flash are not buffered. Every data access from the CPU results in a read of the flash memory.

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

One buffer is used for all data accesses.

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

All buffers may be used for data accesses.

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for DATACFG_W<'a>

impl<'a> !Sync for DATACFG_W<'a>

impl<'a> Unpin for DATACFG_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> Same<T> for T

type Output = T

Should always be Self

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.