pub struct CAN2 { /* private fields */ }
Expand description
CAN2 peripheral
Implementations§
Trait Implementations§
Source§impl FilterOwner for CAN2
impl FilterOwner for CAN2
Source§const NUM_FILTER_BANKS: u8 = 0u8
const NUM_FILTER_BANKS: u8 = 0u8
The total number of filter banks available to the instance. Read more
Source§impl Instance for CAN2
impl Instance for CAN2
Source§type TXInterrupt = CAN2_TX
type TXInterrupt = CAN2_TX
TX interrupt for this instance.
Source§type RX0Interrupt = CAN2_RX0
type RX0Interrupt = CAN2_RX0
RX0 interrupt for this instance.
Source§type RX1Interrupt = CAN2_RX1
type RX1Interrupt = CAN2_RX1
RX1 interrupt for this instance.
Source§type SCEInterrupt = CAN2_SCE
type SCEInterrupt = CAN2_SCE
SCE interrupt for this instance.
Source§impl Peripheral for CAN2
impl Peripheral for CAN2
impl RccPeripheral for CAN2
Auto Trait Implementations§
impl Freeze for CAN2
impl RefUnwindSafe for CAN2
impl Send for CAN2
impl Sync for CAN2
impl Unpin for CAN2
impl UnwindSafe for CAN2
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