Struct stm32h7xx_hal::device::LPTIM1[][src]

pub struct LPTIM1 { /* fields omitted */ }

Low power timer

Implementations

impl LPTIM1[src]

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

Returns a pointer to the register block

Trait Implementations

impl Deref for LPTIM1[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl GetClk for LPTIM1[src]

LPTIM1 Kernel Clock

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

Current kernel clock

impl Pins<LPTIM1, C1> for PD13<Alternate<AF1>>[src]

type Channel = Pwm<LPTIM1, C1>

impl Pins<LPTIM1, C1> for PG13<Alternate<AF1>>[src]

type Channel = Pwm<LPTIM1, C1>

impl PwmExt for LPTIM1[src]

type Rec = Lptim1

impl Send for LPTIM1[src]

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

type Rec = Lptim1

Auto Trait Implementations

impl !Sync for LPTIM1

impl Unpin for LPTIM1

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.