Enum Hwsoc
pub enum Hwsoc {
_0 = 0,
_1 = 1,
}Expand description
Software output control synchronization is activated by a hardware trigger
Value on reset: 0
Variants§
_0 = 0
0: A hardware trigger does not activate the SWOCTRL register synchronization.
_1 = 1
1: A hardware trigger activates the SWOCTRL register synchronization.
Trait Implementations§
impl Copy for Hwsoc
impl Eq for Hwsoc
impl StructuralPartialEq for Hwsoc
Auto Trait Implementations§
impl Freeze for Hwsoc
impl RefUnwindSafe for Hwsoc
impl Send for Hwsoc
impl Sync for Hwsoc
impl Unpin for Hwsoc
impl UnwindSafe for Hwsoc
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