#[repr(transparent)]pub struct FlexcanClksel(pub u32);Expand description
FLEXCAN0 clock selection control
Tuple Fields§
§0: u32Implementations§
Source§impl FlexcanClksel
impl FlexcanClksel
Sourcepub const fn mux(&self) -> FlexcanClkselMux
pub const fn mux(&self) -> FlexcanClkselMux
Functional Clock Mux Select
Sourcepub const fn set_mux(&mut self, val: FlexcanClkselMux)
pub const fn set_mux(&mut self, val: FlexcanClkselMux)
Functional Clock Mux Select
Trait Implementations§
Source§impl Clone for FlexcanClksel
impl Clone for FlexcanClksel
Source§fn clone(&self) -> FlexcanClksel
fn clone(&self) -> FlexcanClksel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FlexcanClksel
impl Debug for FlexcanClksel
Source§impl Default for FlexcanClksel
impl Default for FlexcanClksel
Source§fn default() -> FlexcanClksel
fn default() -> FlexcanClksel
Returns the “default value” for a type. Read more
Source§impl PartialEq for FlexcanClksel
impl PartialEq for FlexcanClksel
impl Copy for FlexcanClksel
impl Eq for FlexcanClksel
impl StructuralPartialEq for FlexcanClksel
Auto Trait Implementations§
impl Freeze for FlexcanClksel
impl RefUnwindSafe for FlexcanClksel
impl Send for FlexcanClksel
impl Sync for FlexcanClksel
impl Unpin for FlexcanClksel
impl UnwindSafe for FlexcanClksel
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