rp2040_pac::clocks::fc0_status

Type Alias 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