Struct stm32h7xx_hal::stm32::LPTIM5[][src]

pub struct LPTIM5 { /* fields omitted */ }

Low power timer

Implementations

impl LPTIM5[src]

pub const fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for LPTIM5[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl GetClk for LPTIM5[src]

fn get_clk(clocks: &CoreClocks) -> Option<Hertz>[src]

Current kernel clock

impl Pins<LPTIM5, C1> for PA3<Alternate<AF3>>[src]

type Channel = Pwm<LPTIM5, C1>

impl PwmExt for LPTIM5[src]

type Rec = Lptim5

impl Send for LPTIM5[src]

impl TimerExt<LpTimer<LPTIM5, Enabled>> for LPTIM5[src]

type Rec = Lptim5

Auto Trait Implementations

impl !Sync for LPTIM5

impl Unpin for LPTIM5

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.