[][src]Struct nrf52832_hal::target::p0::pin_cnf::DRIVE_W

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

Write proxy for field DRIVE

Methods

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

pub fn variant(self, variant: DRIVE_A) -> &'a mut W<u32, Reg<u32, _PIN_CNF>>[src]

Writes variant to the field

pub fn s0s1(self) -> &'a mut W<u32, Reg<u32, _PIN_CNF>>[src]

Standard '0', standard '1'

pub fn h0s1(self) -> &'a mut W<u32, Reg<u32, _PIN_CNF>>[src]

High drive '0', standard '1'

pub fn s0h1(self) -> &'a mut W<u32, Reg<u32, _PIN_CNF>>[src]

Standard '0', high drive '1'

pub fn h0h1(self) -> &'a mut W<u32, Reg<u32, _PIN_CNF>>[src]

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

pub fn d0s1(self) -> &'a mut W<u32, Reg<u32, _PIN_CNF>>[src]

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

pub fn d0h1(self) -> &'a mut W<u32, Reg<u32, _PIN_CNF>>[src]

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

pub fn s0d1(self) -> &'a mut W<u32, Reg<u32, _PIN_CNF>>[src]

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

pub fn h0d1(self) -> &'a mut W<u32, Reg<u32, _PIN_CNF>>[src]

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

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for DRIVE_W<'a>

impl<'a> !Sync for DRIVE_W<'a>

impl<'a> Unpin for DRIVE_W<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.