[][src]Struct msp430fr2x5x_hal::pwm::CCR1

pub struct CCR1;

Label for capture-compare register 1

Trait Implementations

impl PwmPeriph<CCR1> for TB0[src]

type Gpio = Pin<P1, Pin6, Alternate2<Output>>

GPIO type

impl PwmPeriph<CCR1> for TB1[src]

type Gpio = Pin<P2, Pin0, Alternate1<Output>>

GPIO type

impl PwmPeriph<CCR1> for TB2[src]

type Gpio = Pin<P5, Pin0, Alternate1<Output>>

GPIO type

impl PwmPeriph<CCR1> for TB3[src]

type Gpio = Pin<P6, Pin0, Alternate1<Output>>

GPIO type

Auto Trait Implementations

impl Send for CCR1[src]

impl Sync for CCR1[src]

impl Unpin for CCR1[src]

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, 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.