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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Auto Trait Implementations

impl Send for W

impl Sync for W

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