pub struct FDCAN3 { /* private fields */ }
Expand description
FDCAN3 peripheral
Implementations§
Trait Implementations§
Source§impl Instance for FDCAN3
impl Instance for FDCAN3
Source§type IT0Interrupt = FDCAN3_IT0
type IT0Interrupt = FDCAN3_IT0
Interrupt 0
Source§type IT1Interrupt = FDCAN3_IT1
type IT1Interrupt = FDCAN3_IT1
Interrupt 1
Source§impl Peripheral for FDCAN3
impl Peripheral for FDCAN3
impl RccPeripheral for FDCAN3
Auto Trait Implementations§
impl Freeze for FDCAN3
impl RefUnwindSafe for FDCAN3
impl Send for FDCAN3
impl Sync for FDCAN3
impl Unpin for FDCAN3
impl UnwindSafe for FDCAN3
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