[][src]Struct sam3x8e::spi0::csr::_BITSW

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

Proxy

Methods

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

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

Writes variant to the field

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

8 bits for transfer

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

9 bits for transfer

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

10 bits for transfer

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

11 bits for transfer

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

12 bits for transfer

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

13 bits for transfer

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

14 bits for transfer

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

15 bits for transfer

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

16 bits for transfer

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _BITSW<'a>

impl<'a> Sync for _BITSW<'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]