Enum stm32wlxx_hal::pac::gpioa::lckr::LCKK_A
pub enum LCKK_A {
NotActive = 0,
Active = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Port x lock bit y (y= 0..15)
Value on reset: 0
Variants§
NotActive = 0
0: Port configuration lock key not active
Active = 1
1: Port configuration lock key active
Trait Implementations§
impl Copy for LCKK_A
impl StructuralPartialEq for LCKK_A
Auto Trait Implementations§
impl RefUnwindSafe for LCKK_A
impl Send for LCKK_A
impl Sync for LCKK_A
impl Unpin for LCKK_A
impl UnwindSafe for LCKK_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