pub struct REFRESH_R(_);
Expand description
Field REFRESH
reader - Refresh period
Implementations
sourceimpl REFRESH_R
impl REFRESH_R
sourcepub fn is_refresh_0(&self) -> bool
pub fn is_refresh_0(&self) -> bool
Checks if the value of the field is REFRESH_0
sourcepub fn is_refresh_1(&self) -> bool
pub fn is_refresh_1(&self) -> bool
Checks if the value of the field is REFRESH_1
sourcepub fn is_refresh_2(&self) -> bool
pub fn is_refresh_2(&self) -> bool
Checks if the value of the field is REFRESH_2
sourcepub fn is_refresh_3(&self) -> bool
pub fn is_refresh_3(&self) -> bool
Checks if the value of the field is REFRESH_3
sourcepub fn is_refresh_4(&self) -> bool
pub fn is_refresh_4(&self) -> bool
Checks if the value of the field is REFRESH_4
sourcepub fn is_refresh_5(&self) -> bool
pub fn is_refresh_5(&self) -> bool
Checks if the value of the field is REFRESH_5
sourcepub fn is_refresh_6(&self) -> bool
pub fn is_refresh_6(&self) -> bool
Checks if the value of the field is REFRESH_6
sourcepub fn is_refresh_7(&self) -> bool
pub fn is_refresh_7(&self) -> bool
Checks if the value of the field is REFRESH_7
sourcepub fn is_refresh_8(&self) -> bool
pub fn is_refresh_8(&self) -> bool
Checks if the value of the field is REFRESH_8
sourcepub fn is_refresh_9(&self) -> bool
pub fn is_refresh_9(&self) -> bool
Checks if the value of the field is REFRESH_9
sourcepub fn is_refresh_10(&self) -> bool
pub fn is_refresh_10(&self) -> bool
Checks if the value of the field is REFRESH_10
sourcepub fn is_refresh_11(&self) -> bool
pub fn is_refresh_11(&self) -> bool
Checks if the value of the field is REFRESH_11
sourcepub fn is_refresh_12(&self) -> bool
pub fn is_refresh_12(&self) -> bool
Checks if the value of the field is REFRESH_12
sourcepub fn is_refresh_13(&self) -> bool
pub fn is_refresh_13(&self) -> bool
Checks if the value of the field is REFRESH_13
sourcepub fn is_refresh_14(&self) -> bool
pub fn is_refresh_14(&self) -> bool
Checks if the value of the field is REFRESH_14
sourcepub fn is_refresh_15(&self) -> bool
pub fn is_refresh_15(&self) -> bool
Checks if the value of the field is REFRESH_15
Methods from Deref<Target = FieldReader<u8, REFRESH_A>>
sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0).
sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1).