#[repr(u8)]
pub enum IDLE_A {
CPU,
AHB,
APB,
}
Expand description
Idle Mode Configuration
Value on reset: 0
Variants
CPU
0: The CPU clock domain is stopped
AHB
1: The CPU and AHB clock domains are stopped
APB
2: The CPU, AHB and APB clock domains are stopped
Trait Implementations
impl Copy for IDLE_A
impl StructuralPartialEq for IDLE_A
Auto Trait Implementations
impl RefUnwindSafe for IDLE_A
impl Send for IDLE_A
impl Sync for IDLE_A
impl Unpin for IDLE_A
impl UnwindSafe for IDLE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more