[][src]Struct nrf52810_pac::p0::pin_cnf::_DRIVEW

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

Proxy

Methods

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

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

Writes variant to the field

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

Standard '0', standard '1'

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

High drive '0', standard '1'

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

Standard '0', high drive '1'

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

High drive '0', high 'drive '1''

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

Disconnect '0' standard '1' (normally used for wired-or connections)

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

Disconnect '0', high drive '1' (normally used for wired-or connections)

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

Standard '0'. disconnect '1' (normally used for wired-and connections)

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

High drive '0', disconnect '1' (normally used for wired-and connections)

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _DRIVEW<'a>

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