pub struct R(/* private fields */);Expand description
Register SHAREDCTRLSET%s reader
Implementations§
Source§impl R
impl R
Bits 0:2 - Selects the source for SCK of this shared signal set.
Bits 4:6 - Selects the source for WS of this shared signal set.
Bits 8:10 - Selects the source for DATA input for this shared signal set.
Sourcepub fn fc0dataouten(&self) -> FC0DATAOUTEN_R
pub fn fc0dataouten(&self) -> FC0DATAOUTEN_R
Bit 16 - Controls FC0 contribution to SHAREDDATAOUT for this shared set.
Sourcepub fn fc1dataouten(&self) -> FC1DATAOUTEN_R
pub fn fc1dataouten(&self) -> FC1DATAOUTEN_R
Bit 17 - Controls FC1 contribution to SHAREDDATAOUT for this shared set.
Sourcepub fn fc2dataouten(&self) -> FC2DATAOUTEN_R
pub fn fc2dataouten(&self) -> FC2DATAOUTEN_R
Bit 18 - Controls FC2 contribution to SHAREDDATAOUT for this shared set.
Sourcepub fn fc4dataouten(&self) -> FC4DATAOUTEN_R
pub fn fc4dataouten(&self) -> FC4DATAOUTEN_R
Bit 20 - Controls FC4 contribution to SHAREDDATAOUT for this shared set.
Sourcepub fn fc5dataouten(&self) -> FC5DATAOUTEN_R
pub fn fc5dataouten(&self) -> FC5DATAOUTEN_R
Bit 21 - Controls FC5 contribution to SHAREDDATAOUT for this shared set.
Sourcepub fn fc6dataouten(&self) -> FC6DATAOUTEN_R
pub fn fc6dataouten(&self) -> FC6DATAOUTEN_R
Bit 22 - Controls FC6 contribution to SHAREDDATAOUT for this shared set.
Sourcepub fn fc7dataouten(&self) -> FC7DATAOUTEN_R
pub fn fc7dataouten(&self) -> FC7DATAOUTEN_R
Bit 23 - Controls FC7 contribution to SHAREDDATAOUT for this shared set.
Methods from Deref<Target = R<SHAREDCTRLSET_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more