[][src]Struct stm32l0xx_hal::pwm::Pwm

pub struct Pwm<I, C, State> { /* fields omitted */ }

Methods

impl<I, C> Pwm<I, C, Unassigned>[src]

pub fn assign<P>(self, pin: P) -> Pwm<I, C, Assigned<P>> where
    P: Pin<I, C>, 
[src]

Trait Implementations

impl<I, C, P> PwmPin for Pwm<I, C, Assigned<P>> where
    I: Instance,
    C: Channel
[src]

type Duty = u16

Type for the duty methods Read more

Auto Trait Implementations

impl<I, C, State> Unpin for Pwm<I, C, State> where
    C: Unpin,
    I: Unpin,
    State: Unpin

impl<I, C, State> Send for Pwm<I, C, State> where
    C: Send,
    I: Send,
    State: Send

impl<I, C, State> Sync for Pwm<I, C, State> where
    C: Sync,
    I: Sync,
    State: Sync

Blanket Implementations

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

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

type Error = !

The type returned in the event of a conversion error.

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self