[−][src]Enum lpc55_pac::flexcomm0::pselid::LOCK_A
pub enum LOCK_A { UNLOCKED, LOCKED, }
Lock the peripheral select. This field is writable by software.
Value on reset: 0
Variants
0: Peripheral select can be changed by software.
1: Peripheral select is locked and cannot be changed until this Flexcomm or the entire device is reset.
Trait Implementations
impl Clone for LOCK_A
[src][+]
impl Copy for LOCK_A
[src]
impl Debug for LOCK_A
[src][+]
impl From<LOCK_A> for bool
[src][+]
impl PartialEq<LOCK_A> for LOCK_A
[src][+]
impl StructuralPartialEq for LOCK_A
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,