Struct stm32_hal2::pac::LPUART1
source · [−]pub struct LPUART1 { /* private fields */ }Expand description
LPUART1
Implementations
sourceimpl LPUART1
impl LPUART1
sourcepub const PTR: *const RegisterBlock = {0x58000c00 as *const stm32h7::stm32h735::lpuart1::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x58000c00 as *const stm32h7::stm32h735::lpuart1::RegisterBlock}
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LPUART1
impl !Sync for LPUART1
impl Unpin for LPUART1
impl UnwindSafe for LPUART1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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