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