Enum stm32_metapac::pwr::vals::Lpmsec
#[repr(u8)]pub enum Lpmsec {
B_0X0 = 0,
B_0X1 = 1,
}
Variants§
B_0X0 = 0
CR1, CR2 and CSSF in the SR can be read and written with secure or non-secure access.
B_0X1 = 1
CR1, CR2, and CSSF in the SR can be read and written only with secure access.
Implementations§
Trait Implementations§
§impl Ord for Lpmsec
impl Ord for Lpmsec
§impl PartialOrd for Lpmsec
impl PartialOrd for Lpmsec
impl Copy for Lpmsec
impl Eq for Lpmsec
impl StructuralPartialEq for Lpmsec
Auto Trait Implementations§
impl Freeze for Lpmsec
impl RefUnwindSafe for Lpmsec
impl Send for Lpmsec
impl Sync for Lpmsec
impl Unpin for Lpmsec
impl UnwindSafe for Lpmsec
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
)