[−][src]Struct stm32f4xx_hal::stm32::can1::RegisterBlock
Register block
Fields
mcr: MCR0x00 - master control register
msr: MSR0x04 - master status register
tsr: TSR0x08 - transmit status register
rfr: [RFR; 2]0x0c - receive FIFO 0 register
ier: IER0x14 - interrupt enable register
esr: ESR0x18 - interrupt enable register
btr: BTR0x1c - bit timing register
tx: [TX; 3]0x180 - CAN Transmit cluster
rx: [RX; 2]0x1b0 - CAN Receive cluster
fmr: FMR0x200 - filter master register
fm1r: FM1R0x204 - filter mode register
fs1r: FS1R0x20c - filter scale register
ffa1r: FFA1R0x214 - filter FIFO assignment register
fa1r: FA1R0x21c - filter activation register
fb: [FB; 28]0x240 - CAN Filter Bank cluster
Auto Trait Implementations
impl Send for RegisterBlock
impl !Sync for RegisterBlock
Blanket Implementations
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self