pub struct CAN1 { /* private fields */ }
Expand description
Controller area network
Implementations
impl CAN1
impl CAN1
pub const PTR: *const RegisterBlock = {0x40006400 as *const stm32f4xx_hal::pac::can1::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40006400 as *const stm32f4xx_hal::pac::can1::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
sourceimpl Enable for CAN1
impl Enable for CAN1
fn enable(rcc: &RegisterBlock)
fn disable(rcc: &RegisterBlock)
sourceimpl LPEnable for CAN1
impl LPEnable for CAN1
fn low_power_enable(rcc: &RegisterBlock)
fn low_power_disable(rcc: &RegisterBlock)
impl Send for CAN1
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more