Type Alias rp2040_pac::clocks::fc0_status::R

source ·
pub type R = R<FC0_STATUS_SPEC>;
Expand description

Register FC0_STATUS reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn pass(&self) -> PASS_R

Bit 0 - Test passed

source

pub fn done(&self) -> DONE_R

Bit 4 - Test complete

source

pub fn running(&self) -> RUNNING_R

Bit 8 - Test running

source

pub fn waiting(&self) -> WAITING_R

Bit 12 - Waiting for test clock to start

source

pub fn fail(&self) -> FAIL_R

Bit 16 - Test failed

source

pub fn slow(&self) -> SLOW_R

Bit 20 - Test clock slower than expected, only valid when status_done=1

source

pub fn fast(&self) -> FAST_R

Bit 24 - Test clock faster than expected, only valid when status_done=1

source

pub fn died(&self) -> DIED_R

Bit 28 - Test clock stopped during test