[][src]Struct atsame70j21b::efc::eefc_fcr::FCMD_W

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

Write proxy for field FCMD

Implementations

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

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

Writes variant to the field

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

Get Flash descriptor

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

Write page

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

Write page and lock

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

Erase page and write page

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

Erase page and write page then lock

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

Erase all

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

Erase pages

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

Set lock bit

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

Clear lock bit

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

Get lock bit

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

Set GPNVM bit

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

Clear GPNVM bit

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

Get GPNVM bit

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

Start read unique identifier

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

Stop read unique identifier

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

Get CALIB bit

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

Erase sector

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

Write user signature

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

Erase user signature

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

Start read user signature

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

Stop read user signature

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for FCMD_W<'a>

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

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