#[repr(u8)]pub enum Samedeviceen {
INDIVIDUAL_PARALLEL = 0,
ENABLE = 1,
}Variants§
INDIVIDUAL_PARALLEL = 0
In Individual mode, FLSHA1CRx/FLSHA2CRx/FLSHB1CRx/FLSHB2CRx register setting will be applied to Flash A1/A2/B1/B2 separately. In Parallel mode, FLSHA1CRx register setting will be applied to Flash A1 and B1, FLSHA2CRx register setting will be applied to Flash A2 and B2. FLSHB1CRx/FLSHB2CRx register settings will be ignored.
ENABLE = 1
FLSHA1CR0/FLSHA1CR1/FLSHA1CR2 register settings will be applied to Flash A1/A2/B1/B2. FLSHA2CRx/FLSHB1CRx/FLSHB2CRx will be ignored.
Implementations§
Source§impl Samedeviceen
impl Samedeviceen
Trait Implementations§
Source§impl Clone for Samedeviceen
impl Clone for Samedeviceen
Source§fn clone(&self) -> Samedeviceen
fn clone(&self) -> Samedeviceen
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Samedeviceen
impl Debug for Samedeviceen
Source§impl From<Samedeviceen> for u8
impl From<Samedeviceen> for u8
Source§fn from(val: Samedeviceen) -> u8
fn from(val: Samedeviceen) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Samedeviceen
impl From<u8> for Samedeviceen
Source§fn from(val: u8) -> Samedeviceen
fn from(val: u8) -> Samedeviceen
Converts to this type from the input type.
Source§impl Ord for Samedeviceen
impl Ord for Samedeviceen
Source§fn cmp(&self, other: &Samedeviceen) -> Ordering
fn cmp(&self, other: &Samedeviceen) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Samedeviceen
impl PartialEq for Samedeviceen
Source§impl PartialOrd for Samedeviceen
impl PartialOrd for Samedeviceen
impl Copy for Samedeviceen
impl Eq for Samedeviceen
impl StructuralPartialEq for Samedeviceen
Auto Trait Implementations§
impl Freeze for Samedeviceen
impl RefUnwindSafe for Samedeviceen
impl Send for Samedeviceen
impl Sync for Samedeviceen
impl Unpin for Samedeviceen
impl UnwindSafe for Samedeviceen
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