Type Alias nrf52840_pac::radio::power::POWER_R

source ·
pub type POWER_R = BitReader<POWER_A>;
Expand description

Field POWER reader - Peripheral power control. The peripheral and its registers will be reset to its initial state by switching the peripheral off and then back on again.

Aliased Type§

struct POWER_R { /* private fields */ }

Implementations§

source§

impl POWER_R

source

pub fn variant(&self) -> POWER_A

Get enumerated values variant

source

pub fn is_disabled(&self) -> bool

Checks if the value of the field is DISABLED

source

pub fn is_enabled(&self) -> bool

Checks if the value of the field is ENABLED