nrf52840_pac::pdm::mode

Type Alias OPERATION_R

Source
pub type OPERATION_R = BitReader<OPERATION_A>;
Expand description

Field OPERATION reader - Mono or stereo operation

Aliased Type§

struct OPERATION_R { /* private fields */ }

Implementations§

Source§

impl OPERATION_R

Source

pub fn variant(&self) -> OPERATION_A

Get enumerated values variant

Source

pub fn is_stereo(&self) -> bool

Checks if the value of the field is STEREO

Source

pub fn is_mono(&self) -> bool

Checks if the value of the field is MONO