[][src]Struct msp430fr2x5x_hal::pwm::PwmUninit

pub struct PwmUninit<T, C>(_, _);

Uninitialized PWM pin

Implementations

impl<T: PwmPeriph<C>, C> PwmUninit<T, C>[src]

pub fn init(self, pin: T::Gpio) -> Pwm<T, C>[src]

Initialized the PWM pin by passing in the appropriately configured GPIO pin

Auto Trait Implementations

impl<T, C> Send for PwmUninit<T, C> where
    C: Send,
    T: Send
[src]

impl<T, C> Sync for PwmUninit<T, C> where
    C: Sync,
    T: Sync
[src]

impl<T, C> Unpin for PwmUninit<T, C> where
    C: Unpin,
    T: Unpin
[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.