nrf52840_pac::clock::hfclkrun

Type Alias STATUS_R

Source
pub type STATUS_R = BitReader<STATUS_A>;
Expand description

Field STATUS reader - HFCLKSTART task triggered or not

Aliased Type§

struct STATUS_R { /* private fields */ }

Implementations§

Source§

impl STATUS_R

Source

pub fn variant(&self) -> STATUS_A

Get enumerated values variant

Source

pub fn is_not_triggered(&self) -> bool

Checks if the value of the field is NOT_TRIGGERED

Source

pub fn is_triggered(&self) -> bool

Checks if the value of the field is TRIGGERED