Enum Clksrc
pub enum Clksrc {
_0 = 0,
_1 = 1,
}Expand description
CAN Engine Clock Source
Value on reset: 0
Variants§
_0 = 0
0: The CAN engine clock source is the oscillator clock. Under this condition, the oscillator clock frequency must be lower than the bus clock.
_1 = 1
1: The CAN engine clock source is the peripheral clock.
Trait Implementations§
impl Copy for Clksrc
impl Eq for Clksrc
impl StructuralPartialEq for Clksrc
Auto Trait Implementations§
impl Freeze for Clksrc
impl RefUnwindSafe for Clksrc
impl Send for Clksrc
impl Sync for Clksrc
impl Unpin for Clksrc
impl UnwindSafe for Clksrc
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