pub enum B2GW {
Trigger = 1,
}
Expand description
Break 2 generation This bit is set by software in order to generate an event, it is automatically cleared by hardware.
Value on reset: 0
Variants§
Trigger = 1
1: A break 2 event is generated. MOE bit is cleared and B2IF flag is set. Related interrupt can occur if enabled
Trait Implementations§
impl Copy for B2GW
impl Eq for B2GW
impl StructuralPartialEq for B2GW
Auto Trait Implementations§
impl Freeze for B2GW
impl RefUnwindSafe for B2GW
impl Send for B2GW
impl Sync for B2GW
impl Unpin for B2GW
impl UnwindSafe for B2GW
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