Type Alias BufwrenR

Source
pub type BufwrenR = BitReader<Bufwrenselect>;
Expand description

Field BUFWREN reader - Buffer Write Enable

Aliased Type§

struct BufwrenR { /* private fields */ }

Implementations§

Source§

impl BufwrenR

Source

pub const fn variant(&self) -> Bufwrenselect

Get enumerated values variant

Source

pub fn is_disable(&self) -> bool

Write disable

Source

pub fn is_enable(&self) -> bool

Write enable