Enum Tpp
pub enum Tpp {
_0 = 0,
_1 = 1,
}Expand description
Timer Pin Polarity
Value on reset: 0
Variants§
_0 = 0
0: Pulse Counter input source is active-high, and the CNR will increment on the rising-edge.
_1 = 1
1: Pulse Counter input source is active-low, and the CNR will increment on the falling-edge.
Trait Implementations§
impl Copy for Tpp
impl Eq for Tpp
impl StructuralPartialEq for Tpp
Auto Trait Implementations§
impl Freeze for Tpp
impl RefUnwindSafe for Tpp
impl Send for Tpp
impl Sync for Tpp
impl Unpin for Tpp
impl UnwindSafe for Tpp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more