Enum Fden
pub enum Fden {
_1 = 1,
_0 = 0,
}Expand description
CAN FD operation enable
Value on reset: 0
Variants§
_1 = 1
1: CAN FD is enabled. FlexCAN is able to receive and transmit messages in both CAN FD and CAN 2.0 formats.
_0 = 0
0: CAN FD is disabled. FlexCAN is able to receive and transmit messages in CAN 2.0 format.
Trait Implementations§
impl Copy for Fden
impl Eq for Fden
impl StructuralPartialEq for Fden
Auto Trait Implementations§
impl Freeze for Fden
impl RefUnwindSafe for Fden
impl Send for Fden
impl Sync for Fden
impl Unpin for Fden
impl UnwindSafe for Fden
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