Enum atmega_hal::pac::fuse::extended::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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more