pub struct CAN3 { /* private fields */ }
Expand description
CAN3 peripheral
Implementations§
Trait Implementations§
Source§impl Instance for CAN3
impl Instance for CAN3
Source§type TXInterrupt = CAN3_TX
type TXInterrupt = CAN3_TX
TX interrupt for this instance.
Source§type RX0Interrupt = CAN3_RX0
type RX0Interrupt = CAN3_RX0
RX0 interrupt for this instance.
Source§type RX1Interrupt = CAN3_RX1
type RX1Interrupt = CAN3_RX1
RX1 interrupt for this instance.
Source§type SCEInterrupt = CAN3_SCE
type SCEInterrupt = CAN3_SCE
SCE interrupt for this instance.
Source§impl Peripheral for CAN3
impl Peripheral for CAN3
Source§impl RccPeripheral for CAN3
impl RccPeripheral for CAN3
fn frequency() -> Hertz
fn enable_and_reset_with_cs(_cs: CriticalSection<'_>)
fn disable_with_cs(_cs: CriticalSection<'_>)
fn enable_and_reset()
fn disable()
impl RccPeripheral for CAN3
Auto Trait Implementations§
impl Freeze for CAN3
impl RefUnwindSafe for CAN3
impl Send for CAN3
impl Sync for CAN3
impl Unpin for CAN3
impl UnwindSafe for CAN3
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