Struct atsam4lc8a_pac::hflashc::fcmd::CMD_W[][src]

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

Write proxy for field CMD

Implementations

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

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

Writes variant to the field

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

No Operation

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

Write Page

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

Erase Page

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

Clear Page Buffer

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

Lock Region containing page

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

Unlock Region containing page

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

Erase All, including secuity and fuse bits

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

Write General-Purpose fuse Bit

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

Erase General-Purpose fuse Bit

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

Set Security Bit

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

Program GPFuse Byte

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

Erase All GP Fuses

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

Quick Page Read

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

Write User Page

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

Erase User Page

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

Quick Page Read User Page

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

High Speed Mode Enable

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

High Speed Mode Disable

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for CMD_W<'a>

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

impl<'a> Unpin for CMD_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.