EdfltdisW

Type Alias EdfltdisW 

pub type EdfltdisW<'a, REG> = BitWriter<'a, REG, Edfltdis>;
Expand description

Field EDFLTDIS writer - Edge Filter Disable

Aliased Type§

pub struct EdfltdisW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> EdfltdisW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Edge Filter is enabled.

pub fn _1(self) -> &'a mut W<REG>

Edge Filter is disabled.