EdfltdisR

Type Alias EdfltdisR 

pub type EdfltdisR = BitReader<Edfltdis>;
Expand description

Field EDFLTDIS reader - Edge Filter Disable

Aliased Type§

pub struct EdfltdisR { /* private fields */ }

Implementations§

§

impl EdfltdisR

pub const fn variant(&self) -> Edfltdis

Get enumerated values variant

pub fn is_0(&self) -> bool

Edge Filter is enabled.

pub fn is_1(&self) -> bool

Edge Filter is disabled.