Type Alias gd32f1::gd32f130::crc::ctl::RevIR

source ·
pub type RevIR = FieldReader<RevI>;
Expand description

Field REV_I reader - Input Data Reverse Function

Aliased Type§

struct RevIR { /* private fields */ }

Implementations§

source§

impl RevIR

source

pub const fn variant(&self) -> RevI

Get enumerated values variant

source

pub fn is_normal(&self) -> bool

Bit order not affected

source

pub fn is_byte(&self) -> bool

Bit reversal done by byte

source

pub fn is_half_word(&self) -> bool

Bit reversal done by half-word

source

pub fn is_word(&self) -> bool

Bit reversal done by word