Enum Sirclpen
pub enum Sirclpen {
_0 = 0,
_1 = 1,
}Expand description
Slow IRC Low Power Enable
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for Sirclpen
impl Eq for Sirclpen
impl StructuralPartialEq for Sirclpen
Auto Trait Implementations§
impl Freeze for Sirclpen
impl RefUnwindSafe for Sirclpen
impl Send for Sirclpen
impl Sync for Sirclpen
impl Unpin for Sirclpen
impl UnwindSafe for Sirclpen
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