Enum nrf52840_pac::pdm::mode::EDGE_A
source · pub enum EDGE_A {
LEFT_FALLING = 0,
LEFT_RISING = 1,
}
Expand description
Defines on which PDM_CLK edge Left (or mono) is sampled
Value on reset: 0
Variants§
LEFT_FALLING = 0
0: Left (or mono) is sampled on falling edge of PDM_CLK
LEFT_RISING = 1
1: Left (or mono) is sampled on rising edge of PDM_CLK
Trait Implementations§
impl Copy for EDGE_A
impl StructuralPartialEq for EDGE_A
Auto Trait Implementations§
impl Freeze for EDGE_A
impl RefUnwindSafe for EDGE_A
impl Send for EDGE_A
impl Sync for EDGE_A
impl Unpin for EDGE_A
impl UnwindSafe for EDGE_A
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
)