#[repr(u8)]pub enum CanClkSel {
CAN_CLK_SEL_0 = 0,
CAN_CLK_SEL_1 = 1,
CAN_CLK_SEL_2 = 2,
CAN_CLK_SEL_3 = 3,
}Variants§
CAN_CLK_SEL_0 = 0
derive clock from pll3_sw_clk divided clock (60M)
CAN_CLK_SEL_1 = 1
derive clock from osc_clk (24M)
CAN_CLK_SEL_2 = 2
derive clock from pll3_sw_clk divided clock (80M)
CAN_CLK_SEL_3 = 3
Disable FlexCAN clock
Implementations§
Trait Implementations§
Source§impl Ord for CanClkSel
impl Ord for CanClkSel
Source§impl PartialOrd for CanClkSel
impl PartialOrd for CanClkSel
impl Copy for CanClkSel
impl Eq for CanClkSel
impl StructuralPartialEq for CanClkSel
Auto Trait Implementations§
impl Freeze for CanClkSel
impl RefUnwindSafe for CanClkSel
impl Send for CanClkSel
impl Sync for CanClkSel
impl Unpin for CanClkSel
impl UnwindSafe for CanClkSel
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