Enum avr_device::atmega4809::fuse::syscfg1::SUT_A
source · #[repr(u8)]pub enum SUT_A {
_0MS = 0,
_1MS = 1,
_2MS = 2,
_4MS = 3,
_8MS = 4,
_16MS = 5,
_32MS = 6,
_64MS = 7,
}
Expand description
Startup Time
Value on reset: 0
Variants§
_0MS = 0
0: 0 ms
_1MS = 1
1: 1 ms
_2MS = 2
2: 2 ms
_4MS = 3
3: 4 ms
_8MS = 4
4: 8 ms
_16MS = 5
5: 16 ms
_32MS = 6
6: 32 ms
_64MS = 7
7: 64 ms
Trait Implementations§
impl Copy for SUT_A
impl Eq for SUT_A
impl StructuralPartialEq for SUT_A
Auto Trait Implementations§
impl Freeze for SUT_A
impl RefUnwindSafe for SUT_A
impl Send for SUT_A
impl Sync for SUT_A
impl Unpin for SUT_A
impl UnwindSafe for SUT_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)