pub struct SPI3 { /* private fields */ }
Expand description
Serial peripheral interface
Implementations
impl SPI3
impl SPI3
pub const PTR: *const RegisterBlock = {0x40003c00 as *const stm32f4xx_hal::pac::spi1::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40003c00 as *const stm32f4xx_hal::pac::spi1::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 SPI3
impl Enable for SPI3
fn enable(rcc: &RegisterBlock)
fn disable(rcc: &RegisterBlock)
sourceimpl LPEnable for SPI3
impl LPEnable for SPI3
fn low_power_enable(rcc: &RegisterBlock)
fn low_power_disable(rcc: &RegisterBlock)
sourceimpl PeriAddress for SPI3
impl PeriAddress for SPI3
impl DMASet<StreamX<DMA1, 0>, 0, PeripheralToMemory> for SPI3
impl DMASet<StreamX<DMA1, 2>, 0, PeripheralToMemory> for SPI3
impl DMASet<StreamX<DMA1, 5>, 0, MemoryToPeripheral> for SPI3
impl DMASet<StreamX<DMA1, 7>, 0, MemoryToPeripheral> for SPI3
impl Instance for SPI3
impl Instance for SPI3
impl Send for SPI3
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