#[repr(u8)]pub enum FDCANSEL {
Hse = 0,
Pllq = 1,
Pclk = 2,
}
Expand description
None
Value on reset: 0
Variants§
Hse = 0
0: HSE clock selected as FDCAN clock
Pllq = 1
1: PLL ‘Q’ clock selected as FDCAN clock
Pclk = 2
2: PCLK clock selected as FDCAN clock
Trait Implementations§
impl Copy for FDCANSEL
impl Eq for FDCANSEL
impl IsEnum for FDCANSEL
impl StructuralPartialEq for FDCANSEL
Auto Trait Implementations§
impl Freeze for FDCANSEL
impl RefUnwindSafe for FDCANSEL
impl Send for FDCANSEL
impl Sync for FDCANSEL
impl Unpin for FDCANSEL
impl UnwindSafe for FDCANSEL
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