Struct lpc55_pac::sct0::capctrl6::CAPCONN_L_W[][src]

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

Field CAPCONn_L writer - If bit m is one, event m causes the CAPn_L (UNIFY = 0) or the CAPn (UNIFY = 1) register to be loaded (event 0 = bit 0, event 1 = bit 1, etc.). The number of bits = number of match/captures in this SCT.

Implementations

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

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for CAPCONN_L_W<'a>

impl<'a> Sync for CAPCONN_L_W<'a>

impl<'a> Unpin for CAPCONN_L_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, 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.