HcselR

Type Alias HcselR 

pub type HcselR = BitReader<Hcsel>;
Expand description

Field HCSEL reader - Half Cycle Select

Aliased Type§

pub struct HcselR { /* private fields */ }

Implementations§

§

impl HcselR

pub const fn variant(&self) -> Hcsel

Get enumerated values variant

pub fn is_0(&self) -> bool

Half cycle reload is disabled and it is not considered as a reload opportunity.

pub fn is_1(&self) -> bool

Half cycle reload is enabled and it is considered as a reload opportunity.