#[repr(u32)]pub enum Value {
PeripheralSelectCanBeChangedBySoftware = 0,
LOCKED = 1,
}Expand description
Lock the peripheral select. This field is writable by software.
Variants§
PeripheralSelectCanBeChangedBySoftware = 0
Peripheral select can be changed by software.
LOCKED = 1
Peripheral select is locked and cannot be changed until this Flexcomm or the ent
Trait Implementations§
Source§impl TryFromValue<u32> for Value
impl TryFromValue<u32> for Value
impl Copy for Value
impl Eq for Value
impl StructuralPartialEq for Value
Auto Trait Implementations§
impl Freeze for Value
impl RefUnwindSafe for Value
impl Send for Value
impl Sync for Value
impl Unpin for Value
impl UnwindSafe for Value
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