Struct embassy_stm32::can::BxcanInstance
source · pub struct BxcanInstance<'a, T>(/* private fields */);
Expand description
BXCAN instance newtype.
Trait Implementations§
source§impl<'d> FilterOwner for BxcanInstance<'d, CAN>
impl<'d> FilterOwner for BxcanInstance<'d, CAN>
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<'d, T: Instance> Instance for BxcanInstance<'d, T>
impl<'d, T: Instance> Instance for BxcanInstance<'d, T>
source§const REGISTERS: *mut RegisterBlock = T::REGISTERS
const REGISTERS: *mut RegisterBlock = T::REGISTERS
Pointer to the instance’s register block.
Auto Trait Implementations§
impl<'a, T> Freeze for BxcanInstance<'a, T>where
T: Freeze,
impl<'a, T> RefUnwindSafe for BxcanInstance<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for BxcanInstance<'a, T>where
T: Send,
impl<'a, T> Sync for BxcanInstance<'a, T>where
T: Sync,
impl<'a, T> Unpin for BxcanInstance<'a, T>where
T: Unpin,
impl<'a, T> !UnwindSafe for BxcanInstance<'a, T>
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