nrf52840_pac::comp::result

Type Alias RESULT_R

Source
pub type RESULT_R = BitReader<RESULT_A>;
Expand description

Field RESULT reader - Result of last compare. Decision point SAMPLE task.

Aliased Type§

struct RESULT_R { /* private fields */ }

Implementations§

Source§

impl RESULT_R

Source

pub fn variant(&self) -> RESULT_A

Get enumerated values variant

Source

pub fn is_below(&self) -> bool

Checks if the value of the field is BELOW

Source

pub fn is_above(&self) -> bool

Checks if the value of the field is ABOVE