#[repr(u8)]pub enum Observe {
Show 16 variants
Test0 = 0,
Test1 = 1,
Test10 = 2,
Test11 = 3,
Test100 = 4,
Test101 = 5,
Test110 = 6,
Test111 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
Test0 = 0
Core Active (not sleeping, halted or in reset).
Test1 = 1
Core clock gated.
Test10 = 2
Bus master clock gated.
Test11 = 3
Bus slave clock gated.
Test100 = 4
Peripherals clock gated.
Test101 = 5
Flash clock gated.
Test110 = 6
All clocks gated.
Test111 = 7
CMC clock gated.
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for Observe
impl Ord for Observe
Source§impl PartialOrd for Observe
impl PartialOrd for Observe
impl Copy for Observe
impl Eq for Observe
impl StructuralPartialEq for Observe
Auto Trait Implementations§
impl Freeze for Observe
impl RefUnwindSafe for Observe
impl Send for Observe
impl Sync for Observe
impl Unpin for Observe
impl UnwindSafe for Observe
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