Struct ruduino::modules::Timer8Setup[][src]

pub struct Timer8Setup<T: Timer8> { /* fields omitted */ }

Implementations

impl<T: Timer8> Timer8Setup<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<u8>) -> Self[src]

pub fn configure(self)[src]

Auto Trait Implementations

impl<T> Send for Timer8Setup<T> where
    T: Send,
    <T as Timer8>::ControlA: Send,
    <T as Timer8>::ControlB: Send
[src]

impl<T> Sync for Timer8Setup<T> where
    T: Sync,
    <T as Timer8>::ControlA: Sync,
    <T as Timer8>::ControlB: Sync
[src]

impl<T> Unpin for Timer8Setup<T> where
    T: Unpin,
    <T as Timer8>::ControlA: Unpin,
    <T as Timer8>::ControlB: 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.