#[repr(u8)]
pub enum SERMODE_A {
RX,
PDM2,
}
Expand description
Serializer Mode
Value on reset: 0
Variants
RX
0: Receive
PDM2
2: Receive one PDM data on each serial clock edge
Trait Implementations
impl Copy for SERMODE_A
impl StructuralPartialEq for SERMODE_A
Auto Trait Implementations
impl RefUnwindSafe for SERMODE_A
impl Send for SERMODE_A
impl Sync for SERMODE_A
impl Unpin for SERMODE_A
impl UnwindSafe for SERMODE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more