#[repr(u8)]pub enum TcmWwaitEn {
TCM_WWAIT_EN_0 = 0,
TCM_WWAIT_EN_1 = 1,
}Variants§
TCM_WWAIT_EN_0 = 0
TCM write fast mode: Write RAM accesses are expected to be finished in 1-cycle.
TCM_WWAIT_EN_1 = 1
TCM write wait mode: Write RAM accesses are expected to be finished in 2-cycles.
Implementations§
Source§impl TcmWwaitEn
impl TcmWwaitEn
Trait Implementations§
Source§impl Clone for TcmWwaitEn
impl Clone for TcmWwaitEn
Source§fn clone(&self) -> TcmWwaitEn
fn clone(&self) -> TcmWwaitEn
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 TcmWwaitEn
impl Debug for TcmWwaitEn
Source§impl From<TcmWwaitEn> for u8
impl From<TcmWwaitEn> for u8
Source§fn from(val: TcmWwaitEn) -> u8
fn from(val: TcmWwaitEn) -> u8
Converts to this type from the input type.
Source§impl From<u8> for TcmWwaitEn
impl From<u8> for TcmWwaitEn
Source§fn from(val: u8) -> TcmWwaitEn
fn from(val: u8) -> TcmWwaitEn
Converts to this type from the input type.
Source§impl Ord for TcmWwaitEn
impl Ord for TcmWwaitEn
Source§fn cmp(&self, other: &TcmWwaitEn) -> Ordering
fn cmp(&self, other: &TcmWwaitEn) -> 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 TcmWwaitEn
impl PartialEq for TcmWwaitEn
Source§impl PartialOrd for TcmWwaitEn
impl PartialOrd for TcmWwaitEn
impl Copy for TcmWwaitEn
impl Eq for TcmWwaitEn
impl StructuralPartialEq for TcmWwaitEn
Auto Trait Implementations§
impl Freeze for TcmWwaitEn
impl RefUnwindSafe for TcmWwaitEn
impl Send for TcmWwaitEn
impl Sync for TcmWwaitEn
impl Unpin for TcmWwaitEn
impl UnwindSafe for TcmWwaitEn
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