[][src]Struct stm32f1xx_hal::pwm::PwmChannel

pub struct PwmChannel<TIM, CHANNEL> { /* fields omitted */ }

Trait Implementations

impl PwmPin for PwmChannel<TIM1, C1>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannel<TIM1, C2>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannel<TIM3, C3>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannel<TIM3, C4>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannel<TIM1, C3>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannel<TIM1, C4>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannel<TIM2, C1>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannel<TIM2, C2>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannel<TIM2, C3>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannel<TIM2, C4>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannel<TIM3, C1>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannel<TIM3, C2>[src]

type Duty = u16

Type for the duty methods Read more

Auto Trait Implementations

impl<TIM, CHANNEL> Send for PwmChannel<TIM, CHANNEL> where
    CHANNEL: Send,
    TIM: Send

impl<TIM, CHANNEL> Sync for PwmChannel<TIM, CHANNEL> where
    CHANNEL: Sync,
    TIM: Sync

impl<TIM, CHANNEL> Unpin for PwmChannel<TIM, CHANNEL> where
    CHANNEL: Unpin,
    TIM: Unpin

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.