pub enum OVER8R {
OVERSAMPLE16,
OVERSAMPLE8,
}Expand description
Possible values of the field OVER8
Variants§
Implementations§
source§impl OVER8R
impl OVER8R
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)
sourcepub fn is_oversample16(&self) -> bool
pub fn is_oversample16(&self) -> bool
Checks if the value of the field is OVERSAMPLE16
sourcepub fn is_oversample8(&self) -> bool
pub fn is_oversample8(&self) -> bool
Checks if the value of the field is OVERSAMPLE8