#[repr(u8)]pub enum Latency {
LOW_POWER = 0,
LOW_LATENCY = 1,
}
Variants§
LOW_POWER = 0
Low power setting, for signals with minimum hold time tGPIOTE,HOLD,LP; refer to Electrical specification section
LOW_LATENCY = 1
Low latency setting, for signals with minimum hold time tGPIOTE,HOLD,LL; refer to Electrical specification section
Implementations§
Trait Implementations§
Source§impl Ord for Latency
impl Ord for Latency
Source§impl PartialOrd for Latency
impl PartialOrd for Latency
impl Copy for Latency
impl Eq for Latency
impl StructuralPartialEq for Latency
Auto Trait Implementations§
impl Freeze for Latency
impl RefUnwindSafe for Latency
impl Send for Latency
impl Sync for Latency
impl Unpin for Latency
impl UnwindSafe for Latency
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
)