Struct ruduino::modules::Timer16Setup[][src]

pub struct Timer16Setup<T: Timer16> { /* fields omitted */ }

Implementations

impl<T: Timer16> Timer16Setup<T>[src]

pub fn new() -> Self[src]

pub fn clock_source(mut self: Self, source: ClockSource) -> Self[src]

pub fn waveform_generation_mode(
    mut self: Self,
    mode: WaveformGenerationMode
) -> Self
[src]

pub fn output_compare_1(mut self: Self, value: Option<u16>) -> Self[src]

pub fn configure(self)[src]

Auto Trait Implementations

impl<T> Send for Timer16Setup<T> where
    T: Send,
    <T as Timer16>::ControlA: Send,
    <T as Timer16>::ControlB: Send,
    <T as Timer16>::ControlC: Send
[src]

impl<T> Sync for Timer16Setup<T> where
    T: Sync,
    <T as Timer16>::ControlA: Sync,
    <T as Timer16>::ControlB: Sync,
    <T as Timer16>::ControlC: Sync
[src]

impl<T> Unpin for Timer16Setup<T> where
    T: Unpin,
    <T as Timer16>::ControlA: Unpin,
    <T as Timer16>::ControlB: Unpin,
    <T as Timer16>::ControlC: 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.