[][src]Struct tm4c123x_hal::pwm::OddPWM

pub struct OddPWM<T> { /* fields omitted */ }

PWM output from the odd half (i.e. timer B) of a timer peripheral

Trait Implementations

impl Pwm for OddPWM<TIMER0>[src]

One half of a PWM timer

type Channel = ()

Enumeration of channels that can be used with this Pwm interface Read more

type Time = u32

A time unit that can be converted into a human time unit (e.g. seconds)

type Duty = u32

Type for the duty methods Read more

impl Pwm for OddPWM<TIMER1>[src]

One half of a PWM timer

type Channel = ()

Enumeration of channels that can be used with this Pwm interface Read more

type Time = u32

A time unit that can be converted into a human time unit (e.g. seconds)

type Duty = u32

Type for the duty methods Read more

impl Pwm for OddPWM<TIMER2>[src]

One half of a PWM timer

type Channel = ()

Enumeration of channels that can be used with this Pwm interface Read more

type Time = u32

A time unit that can be converted into a human time unit (e.g. seconds)

type Duty = u32

Type for the duty methods Read more

impl Pwm for OddPWM<TIMER3>[src]

One half of a PWM timer

type Channel = ()

Enumeration of channels that can be used with this Pwm interface Read more

type Time = u32

A time unit that can be converted into a human time unit (e.g. seconds)

type Duty = u32

Type for the duty methods Read more

impl Pwm for OddPWM<TIMER4>[src]

One half of a PWM timer

type Channel = ()

Enumeration of channels that can be used with this Pwm interface Read more

type Time = u32

A time unit that can be converted into a human time unit (e.g. seconds)

type Duty = u32

Type for the duty methods Read more

impl Pwm for OddPWM<TIMER5>[src]

One half of a PWM timer

type Channel = ()

Enumeration of channels that can be used with this Pwm interface Read more

type Time = u32

A time unit that can be converted into a human time unit (e.g. seconds)

type Duty = u32

Type for the duty methods Read more

Auto Trait Implementations

impl<T> Send for OddPWM<T> where
    T: Send

impl<T> Sync for OddPWM<T> where
    T: Sync

impl<T> Unpin for OddPWM<T> where
    T: 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.