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