Enum stm32_metapac::syscfg::vals::ItcmAxiRamSize
#[repr(u8)]pub enum ItcmAxiRamSize {
ITCM64AXI320 = 0,
ITCM128AXI256 = 1,
ITCM192AXI192 = 2,
ITCM256AXI128 = 3,
}
Variants§
ITCM64AXI320 = 0
64 Kbyte ITCM-RAM / 320 Kbyte AXI-SRAM
ITCM128AXI256 = 1
128 Kbyte ITCM-RAM / 256 Kbyte AXI-SRAM
ITCM192AXI192 = 2
192 Kbyte ITCM-RAM / 192 Kbyte AXI-SRAM
ITCM256AXI128 = 3
256 Kbyte ITCM-RAM / 128 Kbyte AXI-SRAM
Implementations§
§impl ItcmAxiRamSize
impl ItcmAxiRamSize
pub const fn from_bits(val: u8) -> ItcmAxiRamSize
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for ItcmAxiRamSize
impl Clone for ItcmAxiRamSize
§fn clone(&self) -> ItcmAxiRamSize
fn clone(&self) -> ItcmAxiRamSize
Returns a copy 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 more§impl From<ItcmAxiRamSize> for u8
impl From<ItcmAxiRamSize> for u8
§fn from(val: ItcmAxiRamSize) -> u8
fn from(val: ItcmAxiRamSize) -> u8
Converts to this type from the input type.
§impl From<u8> for ItcmAxiRamSize
impl From<u8> for ItcmAxiRamSize
§fn from(val: u8) -> ItcmAxiRamSize
fn from(val: u8) -> ItcmAxiRamSize
Converts to this type from the input type.
§impl Ord for ItcmAxiRamSize
impl Ord for ItcmAxiRamSize
§impl PartialEq for ItcmAxiRamSize
impl PartialEq for ItcmAxiRamSize
§impl PartialOrd for ItcmAxiRamSize
impl PartialOrd for ItcmAxiRamSize
impl Copy for ItcmAxiRamSize
impl Eq for ItcmAxiRamSize
impl StructuralPartialEq for ItcmAxiRamSize
Auto Trait Implementations§
impl Freeze for ItcmAxiRamSize
impl RefUnwindSafe for ItcmAxiRamSize
impl Send for ItcmAxiRamSize
impl Sync for ItcmAxiRamSize
impl Unpin for ItcmAxiRamSize
impl UnwindSafe for ItcmAxiRamSize
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)