pub enum TR15_A {
Disabled = 0,
Enabled = 1,
}
Expand description
Rising trigger event configuration bit of Configurable Event input
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TR0_A
impl StructuralPartialEq for TR0_A
Auto Trait Implementations§
impl Freeze for TR0_A
impl RefUnwindSafe for TR0_A
impl Send for TR0_A
impl Sync for TR0_A
impl Unpin for TR0_A
impl UnwindSafe for TR0_A
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