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