pub struct LPUART3 { /* private fields */ }Expand description
LPUART3 peripheral
Implementations§
Trait Implementations§
Source§impl Gate for LPUART3
impl Gate for LPUART3
type MrccPeriphConfig = LpuartConfig
Source§unsafe fn enable_clock()
unsafe fn enable_clock()
Enable the clock gate. Read more
Source§unsafe fn disable_clock()
unsafe fn disable_clock()
Disable the clock gate. Read more
Source§fn is_clock_enabled() -> bool
fn is_clock_enabled() -> bool
Return whether the clock gate for this peripheral is currently enabled.
Source§unsafe fn release_reset()
unsafe fn release_reset()
Drive the peripheral out of reset. Read more
Source§unsafe fn assert_reset()
unsafe fn assert_reset()
Drive the peripheral into reset. Read more
Source§fn is_reset_released() -> bool
fn is_reset_released() -> bool
Return whether the peripheral is currently held in reset.
Source§impl Instance for LPUART3
impl Instance for LPUART3
const CLOCK_INSTANCE: LpuartInstance = crate::clocks::periph_helpers::LpuartInstance::Lpuart3
type Interrupt = LPUART3
Source§type TxDmaRequest = Lpuart3TxRequest
type TxDmaRequest = Lpuart3TxRequest
Type-safe DMA request source for TX
Source§type RxDmaRequest = Lpuart3RxRequest
type RxDmaRequest = Lpuart3RxRequest
Type-safe DMA request source for RX
Source§impl SealedInstance for LPUART3
impl SealedInstance for LPUART3
impl Copy for LPUART3
impl PeripheralType for LPUART3
Auto Trait Implementations§
impl Freeze for LPUART3
impl RefUnwindSafe for LPUART3
impl Send for LPUART3
impl Sync for LPUART3
impl Unpin for LPUART3
impl UnwindSafe for LPUART3
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more