Type Alias gd32f1::gd32f190::spi0::i2spsc::OfR

source ·
pub type OfR = BitReader<Of>;
Expand description

Field OF reader - Odd factor for the prescaler

Aliased Type§

struct OfR { /* private fields */ }

Implementations§

source§

impl OfR

source

pub const fn variant(&self) -> Of

Get enumerated values variant

source

pub fn is_even(&self) -> bool

Real divider value is DIV * 2

source

pub fn is_odd(&self) -> bool

Real divider value is (DIV * 2) + 1