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