ChieR

Type Alias ChieR 

pub type ChieR = BitReader<Chie>;
Expand description

Field CHIE reader - Channel (n) Interrupt Enable

Aliased Type§

pub struct ChieR { /* private fields */ }

Implementations§

§

impl ChieR

pub const fn variant(&self) -> Chie

Get enumerated values variant

pub fn is_0(&self) -> bool

Disable channel (n) interrupt. Use software polling.

pub fn is_1(&self) -> bool

Enable channel (n) interrupt.