Struct lpc55_pac::sysctl::sharedctrlset::R[][src]

pub struct R(_);

Register SHAREDCTRLSET%s reader

Implementations

impl R[src]

pub fn sharedscksel(&self) -> SHAREDSCKSEL_R[src]

Bits 0:2 - Selects the source for SCK of this shared signal set.

pub fn sharedwssel(&self) -> SHAREDWSSEL_R[src]

Bits 4:6 - Selects the source for WS of this shared signal set.

pub fn shareddatasel(&self) -> SHAREDDATASEL_R[src]

Bits 8:10 - Selects the source for DATA input for this shared signal set.

pub fn fc0dataouten(&self) -> FC0DATAOUTEN_R[src]

Bit 16 - Controls FC0 contribution to SHAREDDATAOUT for this shared set.

pub fn fc1dataouten(&self) -> FC1DATAOUTEN_R[src]

Bit 17 - Controls FC1 contribution to SHAREDDATAOUT for this shared set.

pub fn fc2dataouten(&self) -> FC2DATAOUTEN_R[src]

Bit 18 - Controls FC2 contribution to SHAREDDATAOUT for this shared set.

pub fn fc4dataouten(&self) -> FC4DATAOUTEN_R[src]

Bit 20 - Controls FC4 contribution to SHAREDDATAOUT for this shared set.

pub fn fc5dataouten(&self) -> FC5DATAOUTEN_R[src]

Bit 21 - Controls FC5 contribution to SHAREDDATAOUT for this shared set.

pub fn fc6dataouten(&self) -> FC6DATAOUTEN_R[src]

Bit 22 - Controls FC6 contribution to SHAREDDATAOUT for this shared set.

pub fn fc7dataouten(&self) -> FC7DATAOUTEN_R[src]

Bit 23 - Controls FC7 contribution to SHAREDDATAOUT for this shared set.

Methods from Deref<Target = R<SHAREDCTRLSET_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<SHAREDCTRLSET_SPEC>

The resulting type after dereferencing.

impl From<R<SHAREDCTRLSET_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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.