Type Alias nrf52840_pac::pdm::mode::EDGE_R

source ·
pub type EDGE_R = BitReader<EDGE_A>;
Expand description

Field EDGE reader - Defines on which PDM_CLK edge Left (or mono) is sampled

Aliased Type§

struct EDGE_R { /* private fields */ }

Implementations§

source§

impl EDGE_R

source

pub fn variant(&self) -> EDGE_A

Get enumerated values variant

source

pub fn is_left_falling(&self) -> bool

Checks if the value of the field is LEFT_FALLING

source

pub fn is_left_rising(&self) -> bool

Checks if the value of the field is LEFT_RISING