Struct stm32_hal2::can::Can
source · pub struct Can {
pub regs: FDCAN1,
}
Expand description
Interface to the CAN peripheral.
Fields§
§regs: FDCAN1
Implementations§
Trait Implementations§
source§impl Instance for Can
impl Instance for Can
const MSG_RAM: *mut RegisterBlock = {0x4000ac00 as *mut fdcan::message_ram::RegisterBlock}
fn msg_ram(&self) -> &RegisterBlock
fn msg_ram_mut(&mut self) -> &mut RegisterBlock
Auto Trait Implementations§
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