[][src]Struct stm32f3::stm32f303::spi1::cr2::_DSW

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

Proxy

Methods

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

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

Writes variant to the field

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

4-bit

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

5-bit

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

6-bit

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

7-bit

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

8-bit

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

9-bit

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

10-bit

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

11-bit

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

12-bit

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

13-bit

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

14-bit

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

15-bit

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

16-bit

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _DSW<'a>

impl<'a> Sync for _DSW<'a>

Blanket Implementations

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

type Error = !

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

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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]