[][src]Struct stm32f4xx_hal::pwm::PwmChannels

pub struct PwmChannels<TIM, CHANNELS> { /* fields omitted */ }

Trait Implementations

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

type Duty = u16

Type for the duty methods Read more

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

type Duty = u16

Type for the duty methods Read more

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

type Duty = u16

Type for the duty methods Read more

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

type Duty = u16

Type for the duty methods Read more

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

type Duty = u16

Type for the duty methods Read more

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

type Duty = u16

Type for the duty methods Read more

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

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM4, C1>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM4, C2>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM4, C3>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM4, C4>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM5, C1>[src]

type Duty = u16

Type for the duty methods Read more

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

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM5, C2>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM5, C3>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM5, C4>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM10, C1>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM8, C1>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM8, C2>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM8, C3>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM8, C4>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM12, C1>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM12, C2>[src]

type Duty = u16

Type for the duty methods Read more

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

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM13, C1>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM14, C1>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM9, C1>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM9, C2>[src]

type Duty = u16

Type for the duty methods Read more

impl PwmPin for PwmChannels<TIM11, C1>[src]

type Duty = u16

Type for the duty methods Read more

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

type Duty = u16

Type for the duty methods Read more

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

type Duty = u16

Type for the duty methods Read more

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

type Duty = u16

Type for the duty methods Read more

Auto Trait Implementations

impl<TIM, CHANNELS> Send for PwmChannels<TIM, CHANNELS> where
    CHANNELS: Send,
    TIM: Send

impl<TIM, CHANNELS> Sync for PwmChannels<TIM, CHANNELS> where
    CHANNELS: Sync,
    TIM: Sync

impl<TIM, CHANNELS> Unpin for PwmChannels<TIM, CHANNELS> where
    CHANNELS: 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.