[][src]Type Definition ambiq_apollo3p_pac::bleif::bstatus::PWRST_R

type PWRST_R = R<u8, PWRST_A>;

Reader of field PWRST

Methods

impl PWRST_R[src]

pub fn variant(&self) -> Variant<u8, PWRST_A>[src]

Get enumerated values variant

pub fn is_off(&self) -> bool[src]

Checks if the value of the field is OFF

pub fn is_init(&self) -> bool[src]

Checks if the value of the field is INIT

pub fn is_pwron(&self) -> bool[src]

Checks if the value of the field is PWRON

pub fn is_active(&self) -> bool[src]

Checks if the value of the field is ACTIVE

pub fn is_sleep(&self) -> bool[src]

Checks if the value of the field is SLEEP

pub fn is_shutdown(&self) -> bool[src]

Checks if the value of the field is SHUTDOWN