pub struct CAN3 { /* private fields */ }
Expand description
CAN3 peripheral
Implementations§
Trait Implementations§
Source§impl FilterOwner for CAN3
impl FilterOwner for CAN3
Source§const NUM_FILTER_BANKS: u8 = 14u8
const NUM_FILTER_BANKS: u8 = 14u8
The total number of filter banks available to the instance. Read more
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
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