[][src]Struct sam3x8e::smc::cfg::_DTOMULW

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

Proxy

Methods

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

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

Writes variant to the field

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

DTOCYC

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

DTOCYC x 16

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

DTOCYC x 128

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

DTOCYC x 256

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

DTOCYC x 1024

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

DTOCYC x 4096

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

DTOCYC x 65536

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

DTOCYC x 1048576

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _DTOMULW<'a>

impl<'a> Sync for _DTOMULW<'a>

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]