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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

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

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

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

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

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

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

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

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

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

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

pub fn f20dataouten(&self) -> F20DATAOUTENR[src]

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

pub fn fc3dataouten(&self) -> FC3DATAOUTENR[src]

Bit 19 - Controls FC3 contribution to SHAREDDATAOUT for this shared set.

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

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

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

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

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

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

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

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

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

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

type Output = T

Should always be Self