#[repr(u8)]pub enum PhyHalf {
STANDARD = 0,
HALF_RATE = 1,
}Variants§
STANDARD = 0
Standard half rate sampling. The clock to the DMIC is sent at the same rate as the decimator is providing.
HALF_RATE = 1
Use half rate sampling. The clock to the DMIC is sent at half the rate as the decimator is providing.
Implementations§
Trait Implementations§
Source§impl Ord for PhyHalf
impl Ord for PhyHalf
Source§impl PartialOrd for PhyHalf
impl PartialOrd for PhyHalf
impl Copy for PhyHalf
impl Eq for PhyHalf
impl StructuralPartialEq for PhyHalf
Auto Trait Implementations§
impl Freeze for PhyHalf
impl RefUnwindSafe for PhyHalf
impl Send for PhyHalf
impl Sync for PhyHalf
impl Unpin for PhyHalf
impl UnwindSafe for PhyHalf
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