pub type RES_R = FieldReader<u8, RES_A>;
Expand description
Field RES
reader - Resolution
Implementations
sourceimpl RES_R
impl RES_R
sourcepub fn is_twelve_bit(&self) -> bool
pub fn is_twelve_bit(&self) -> bool
Checks if the value of the field is TwelveBit
sourcepub fn is_ten_bit(&self) -> bool
pub fn is_ten_bit(&self) -> bool
Checks if the value of the field is TenBit
sourcepub fn is_eight_bit(&self) -> bool
pub fn is_eight_bit(&self) -> bool
Checks if the value of the field is EightBit
sourcepub fn is_six_bit(&self) -> bool
pub fn is_six_bit(&self) -> bool
Checks if the value of the field is SixBit