Enum stm32_metapac::flash::vals::BorrLev
#[repr(u8)]pub enum BorrLev {
RISING_0 = 0,
RISING_1 = 1,
RISING_2 = 2,
RISING_3 = 3,
}
Variants§
RISING_0 = 0
BOR rising level 1 with threshold around 2.1V
RISING_1 = 1
BOR rising level 2 with threshold around 2.3V
RISING_2 = 2
BOR rising level 3 with threshold around 2.6V
RISING_3 = 3
BOR rising level 4 with threshold around 2.9V
Implementations§
Trait Implementations§
§impl Ord for BorrLev
impl Ord for BorrLev
§impl PartialOrd for BorrLev
impl PartialOrd for BorrLev
impl Copy for BorrLev
impl Eq for BorrLev
impl StructuralPartialEq for BorrLev
Auto Trait Implementations§
impl Freeze for BorrLev
impl RefUnwindSafe for BorrLev
impl Send for BorrLev
impl Sync for BorrLev
impl Unpin for BorrLev
impl UnwindSafe for BorrLev
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
)