#[repr(u8)]pub enum Tcsr1Tf {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
Input Capture or Output Compare has not occurred.
ONE = 1
Input Capture or Output Compare has occurred.
Implementations§
Trait Implementations§
Source§impl Ord for Tcsr1Tf
impl Ord for Tcsr1Tf
Source§impl PartialOrd for Tcsr1Tf
impl PartialOrd for Tcsr1Tf
impl Copy for Tcsr1Tf
impl Eq for Tcsr1Tf
impl StructuralPartialEq for Tcsr1Tf
Auto Trait Implementations§
impl Freeze for Tcsr1Tf
impl RefUnwindSafe for Tcsr1Tf
impl Send for Tcsr1Tf
impl Sync for Tcsr1Tf
impl Unpin for Tcsr1Tf
impl UnwindSafe for Tcsr1Tf
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