Enum attiny_hal::pac::fuse::high::BODLEVEL_A
source · #[repr(u8)]pub enum BODLEVEL_A {
_4V3 = 4,
_2V7 = 5,
_1V8 = 6,
DISABLED = 7,
}
Expand description
Brown-out Detector trigger level
Value on reset: 0
Variants§
_4V3 = 4
4: Brown-out detection at VCC=4.3 V
_2V7 = 5
5: Brown-out detection at VCC=2.7 V
_1V8 = 6
6: Brown-out detection at VCC=1.8 V
DISABLED = 7
7: Brown-out detection disabled
Trait Implementations§
source§impl Clone for BODLEVEL_A
impl Clone for BODLEVEL_A
source§fn clone(&self) -> BODLEVEL_A
fn clone(&self) -> BODLEVEL_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BODLEVEL_A
impl Debug for BODLEVEL_A
source§impl PartialEq for BODLEVEL_A
impl PartialEq for BODLEVEL_A
source§fn eq(&self, other: &BODLEVEL_A) -> bool
fn eq(&self, other: &BODLEVEL_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BODLEVEL_A
impl Eq for BODLEVEL_A
impl StructuralPartialEq for BODLEVEL_A
Auto Trait Implementations§
impl Freeze for BODLEVEL_A
impl RefUnwindSafe for BODLEVEL_A
impl Send for BODLEVEL_A
impl Sync for BODLEVEL_A
impl Unpin for BODLEVEL_A
impl UnwindSafe for BODLEVEL_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