pub enum BGW {
Trigger = 1,
}
Expand description
Break generation
Value on reset: 0
Variants§
Trigger = 1
1: A break event is generated. MOE bit is cleared and BIF flag is set. Related interrupt or DMA transfer can occur if enabled
Trait Implementations§
impl Copy for BGW
impl Eq for BGW
impl StructuralPartialEq for BGW
Auto Trait Implementations§
impl Freeze for BGW
impl RefUnwindSafe for BGW
impl Send for BGW
impl Sync for BGW
impl Unpin for BGW
impl UnwindSafe for BGW
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