#[repr(u8)]pub enum FlexramBankCfgSel {
FLEXRAM_BANK_CFG_SEL_0 = 0,
FLEXRAM_BANK_CFG_SEL_1 = 1,
}Variants§
FLEXRAM_BANK_CFG_SEL_0 = 0
use fuse value to config
FLEXRAM_BANK_CFG_SEL_1 = 1
use FLEXRAM_BANK_CFG to config
Implementations§
Trait Implementations§
Source§impl Clone for FlexramBankCfgSel
impl Clone for FlexramBankCfgSel
Source§fn clone(&self) -> FlexramBankCfgSel
fn clone(&self) -> FlexramBankCfgSel
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 FlexramBankCfgSel
impl Debug for FlexramBankCfgSel
Source§impl From<FlexramBankCfgSel> for u8
impl From<FlexramBankCfgSel> for u8
Source§fn from(val: FlexramBankCfgSel) -> u8
fn from(val: FlexramBankCfgSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for FlexramBankCfgSel
impl From<u8> for FlexramBankCfgSel
Source§fn from(val: u8) -> FlexramBankCfgSel
fn from(val: u8) -> FlexramBankCfgSel
Converts to this type from the input type.
Source§impl Ord for FlexramBankCfgSel
impl Ord for FlexramBankCfgSel
Source§fn cmp(&self, other: &FlexramBankCfgSel) -> Ordering
fn cmp(&self, other: &FlexramBankCfgSel) -> 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 FlexramBankCfgSel
impl PartialEq for FlexramBankCfgSel
Source§impl PartialOrd for FlexramBankCfgSel
impl PartialOrd for FlexramBankCfgSel
impl Copy for FlexramBankCfgSel
impl Eq for FlexramBankCfgSel
impl StructuralPartialEq for FlexramBankCfgSel
Auto Trait Implementations§
impl Freeze for FlexramBankCfgSel
impl RefUnwindSafe for FlexramBankCfgSel
impl Send for FlexramBankCfgSel
impl Sync for FlexramBankCfgSel
impl Unpin for FlexramBankCfgSel
impl UnwindSafe for FlexramBankCfgSel
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