#[repr(u8)]pub enum CSUT_A {
_1K = 0,
_16K = 1,
_32K = 2,
_64K = 3,
}
Expand description
Crystal startup time
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CSUT_A
impl Eq for CSUT_A
impl StructuralPartialEq for CSUT_A
Auto Trait Implementations§
impl Freeze for CSUT_A
impl RefUnwindSafe for CSUT_A
impl Send for CSUT_A
impl Sync for CSUT_A
impl Unpin for CSUT_A
impl UnwindSafe for CSUT_A
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