pub struct UART7 { /* private fields */ }
Expand description
Universal synchronous asynchronous receiver transmitter
Implementations
impl UART7
impl UART7
pub const PTR: *const RegisterBlock = {0x40007800 as *const stm32f4xx_hal::pac::usart1::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40007800 as *const stm32f4xx_hal::pac::usart1::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 UART7
impl Enable for UART7
fn enable(rcc: &RegisterBlock)
fn disable(rcc: &RegisterBlock)
sourceimpl LPEnable for UART7
impl LPEnable for UART7
fn low_power_enable(rcc: &RegisterBlock)
fn low_power_disable(rcc: &RegisterBlock)
sourceimpl PeriAddress for UART7
impl PeriAddress for UART7
impl DMASet<StreamX<DMA1, 1>, 5, MemoryToPeripheral> for UART7
impl DMASet<StreamX<DMA1, 3>, 5, PeripheralToMemory> for UART7
impl Instance for UART7
impl Send for UART7
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