[][src]Type Definition nrf52832_pac::wdt::runstatus::RUNSTATUS_R

type RUNSTATUS_R = R<bool, RUNSTATUS_A>;

Reader of field RUNSTATUS

Methods

impl RUNSTATUS_R[src]

pub fn variant(&self) -> RUNSTATUS_A[src]

Get enumerated values variant

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

Checks if the value of the field is NOTRUNNING

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

Checks if the value of the field is RUNNING