TimC

Trait TimC 

Source
pub trait TimC<const C: u8> {
    type In;
    type Out;
}
Expand description

Input capture / Output compare channel C

Required Associated Types§

Source

type In

Input capture channel

Input floating

Source

type Out

Output compare channel

Alternate function push-pull

Implementors§