#[repr(transparent)]pub struct Fcctrlsel(pub u32);Expand description
Selects the source for SCK going into Flexcomm index
Tuple Fields§
§0: u32Implementations§
Source§impl Fcctrlsel
impl Fcctrlsel
Sourcepub const fn set_sckinsel(&mut self, val: Sckinsel)
pub const fn set_sckinsel(&mut self, val: Sckinsel)
Selects the source for SCK going into this Flexcomm.
Sourcepub const fn set_wsinsel(&mut self, val: Wsinsel)
pub const fn set_wsinsel(&mut self, val: Wsinsel)
Selects the source for WS going into this Flexcomm.
Sourcepub const fn set_datainsel(&mut self, val: Datainsel)
pub const fn set_datainsel(&mut self, val: Datainsel)
Selects the source for DATA input to this Flexcomm.
Sourcepub const fn dataoutsel(&self) -> Dataoutsel
pub const fn dataoutsel(&self) -> Dataoutsel
Selects the source for DATA output from this Flexcomm.
Sourcepub const fn set_dataoutsel(&mut self, val: Dataoutsel)
pub const fn set_dataoutsel(&mut self, val: Dataoutsel)
Selects the source for DATA output from this Flexcomm.
Trait Implementations§
impl Copy for Fcctrlsel
impl Eq for Fcctrlsel
impl StructuralPartialEq for Fcctrlsel
Auto Trait Implementations§
impl Freeze for Fcctrlsel
impl RefUnwindSafe for Fcctrlsel
impl Send for Fcctrlsel
impl Sync for Fcctrlsel
impl Unpin for Fcctrlsel
impl UnwindSafe for Fcctrlsel
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