[][src]Struct nrf52810_pac::uarte0::baudrate::_BAUDRATEW

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

Proxy

Methods

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

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

Writes variant to the field

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

1200 baud (actual rate: 1205)

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

2400 baud (actual rate: 2396)

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

4800 baud (actual rate: 4808)

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

9600 baud (actual rate: 9598)

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

14400 baud (actual rate: 14401)

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

19200 baud (actual rate: 19208)

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

28800 baud (actual rate: 28777)

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

31250 baud

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

38400 baud (actual rate: 38369)

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

56000 baud (actual rate: 55944)

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

57600 baud (actual rate: 57554)

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

76800 baud (actual rate: 76923)

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

115200 baud (actual rate: 115108)

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

230400 baud (actual rate: 231884)

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

250000 baud

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

460800 baud (actual rate: 457143)

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

921600 baud (actual rate: 941176)

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

1Mega baud

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _BAUDRATEW<'a>

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