[−][src]Enum lpc55_pac::casper::ctrl1::RESBPAIR_A
Which bank-pair the offset RESOFF is within. This must be 0 if only 2-up. Ideally this is not the same bank as ABBPAIR (when 4-up supported)
Value on reset: 0
Variants
0: Bank-pair 0 (1st)
1: Bank-pair 1 (2nd)
Trait Implementations
impl Clone for RESBPAIR_A[src]
fn clone(&self) -> RESBPAIR_A[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for RESBPAIR_A[src]
impl Debug for RESBPAIR_A[src]
impl From<RESBPAIR_A> for bool[src]
fn from(variant: RESBPAIR_A) -> Self[src]
impl PartialEq<RESBPAIR_A> for RESBPAIR_A[src]
fn eq(&self, other: &RESBPAIR_A) -> bool[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralPartialEq for RESBPAIR_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,
fn borrow_mut(&mut self) -> &mut T[src]
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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,