Enum cortex_a::regs::cntp_ctl_el0::CNTP_CTL_EL0::ISTATUS::Value[]

pub enum Value {}

The status of the timer. This bit indicates whether the timer condition is met:

0 Timer condition is not met. 1 Timer condition is met.

Trait Implementations

impl TryFromValue<u32> for Value

Auto Trait Implementations

impl Send for Value

impl Sync for Value