#[repr(u8)]pub enum SofPol {
SOF_POL_0 = 0,
SOF_POL_1 = 1,
}Variants§
SOF_POL_0 = 0
SOF interrupt is generated on SOF falling edge
SOF_POL_1 = 1
SOF interrupt is generated on SOF rising edge
Implementations§
Trait Implementations§
Source§impl Ord for SofPol
impl Ord for SofPol
Source§impl PartialOrd for SofPol
impl PartialOrd for SofPol
impl Copy for SofPol
impl Eq for SofPol
impl StructuralPartialEq for SofPol
Auto Trait Implementations§
impl Freeze for SofPol
impl RefUnwindSafe for SofPol
impl Send for SofPol
impl Sync for SofPol
impl Unpin for SofPol
impl UnwindSafe for SofPol
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