Type Alias nrf52840_pac::clock::hfclkrun::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