#[repr(u8)]pub enum StbyCount {
STBY_COUNT_0 = 0,
STBY_COUNT_1 = 1,
STBY_COUNT_2 = 2,
STBY_COUNT_3 = 3,
}Variants§
STBY_COUNT_0 = 0
CCM will wait (1*pmic_delay_scaler)+1 ckil clock cycles
STBY_COUNT_1 = 1
CCM will wait (3*pmic_delay_scaler)+1 ckil clock cycles
STBY_COUNT_2 = 2
CCM will wait (7*pmic_delay_scaler)+1 ckil clock cycles
STBY_COUNT_3 = 3
CCM will wait (15*pmic_delay_scaler)+1 ckil clock cycles
Implementations§
Trait Implementations§
Source§impl Ord for StbyCount
impl Ord for StbyCount
Source§impl PartialOrd for StbyCount
impl PartialOrd for StbyCount
impl Copy for StbyCount
impl Eq for StbyCount
impl StructuralPartialEq for StbyCount
Auto Trait Implementations§
impl Freeze for StbyCount
impl RefUnwindSafe for StbyCount
impl Send for StbyCount
impl Sync for StbyCount
impl Unpin for StbyCount
impl UnwindSafe for StbyCount
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