pub enum SMP9R {
CYCLES3,
CYCLES15,
CYCLES28,
CYCLES56,
CYCLES84,
CYCLES112,
CYCLES144,
CYCLES480,
}Expand description
Possible values of the field SMP9
Variants§
CYCLES3
3 cycles
CYCLES15
15 cycles
CYCLES28
28 cycles
CYCLES56
56 cycles
CYCLES84
84 cycles
CYCLES112
112 cycles
CYCLES144
144 cycles
CYCLES480
480 cycles
Implementations§
source§impl SMP9R
impl SMP9R
sourcepub fn is_cycles3(&self) -> bool
pub fn is_cycles3(&self) -> bool
Checks if the value of the field is CYCLES3
sourcepub fn is_cycles15(&self) -> bool
pub fn is_cycles15(&self) -> bool
Checks if the value of the field is CYCLES15
sourcepub fn is_cycles28(&self) -> bool
pub fn is_cycles28(&self) -> bool
Checks if the value of the field is CYCLES28
sourcepub fn is_cycles56(&self) -> bool
pub fn is_cycles56(&self) -> bool
Checks if the value of the field is CYCLES56
sourcepub fn is_cycles84(&self) -> bool
pub fn is_cycles84(&self) -> bool
Checks if the value of the field is CYCLES84
sourcepub fn is_cycles112(&self) -> bool
pub fn is_cycles112(&self) -> bool
Checks if the value of the field is CYCLES112
sourcepub fn is_cycles144(&self) -> bool
pub fn is_cycles144(&self) -> bool
Checks if the value of the field is CYCLES144
sourcepub fn is_cycles480(&self) -> bool
pub fn is_cycles480(&self) -> bool
Checks if the value of the field is CYCLES480