Enum nrf52840::pdm::mode::EDGEW[][src]

pub enum EDGEW {
    LEFTFALLING,
    LEFTRISING,
}

Values that can be written to the field EDGE

Variants

Left (or mono) is sampled on falling edge of PDM_CLK

Left (or mono) is sampled on rising edge of PDM_CLK

Auto Trait Implementations

impl Send for EDGEW

impl Sync for EDGEW