Struct embassy_stm32::peripherals::CAN
source · pub struct CAN { /* private fields */ }
Expand description
CAN peripheral
Implementations§
Trait Implementations§
source§impl Instance for CAN
impl Instance for CAN
§type TXInterrupt = USB_HP_CAN1_TX
type TXInterrupt = USB_HP_CAN1_TX
TX interrupt for this instance.
§type RX0Interrupt = USB_LP_CAN1_RX0
type RX0Interrupt = USB_LP_CAN1_RX0
RX0 interrupt for this instance.
§type RX1Interrupt = CAN1_RX1
type RX1Interrupt = CAN1_RX1
RX1 interrupt for this instance.
§type SCEInterrupt = CAN1_SCE
type SCEInterrupt = CAN1_SCE
SCE interrupt for this instance.
source§impl Peripheral for CAN
impl Peripheral for CAN
source§impl RccPeripheral for CAN
impl RccPeripheral for CAN
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 CAN
Auto Trait Implementations§
impl Freeze for CAN
impl RefUnwindSafe for CAN
impl Send for CAN
impl Sync for CAN
impl Unpin for CAN
impl UnwindSafe for CAN
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