Type Alias d1_pac::uart::lcr::PEN_R

source ·
pub type PEN_R = BitReader<PEN_A>;
Expand description

Field pen reader - Parity Enable

Aliased Type§

struct PEN_R { /* private fields */ }

Implementations§

source§

impl PEN_R

source

pub fn variant(&self) -> PEN_A

Get enumerated values variant

source

pub fn is_disabled(&self) -> bool

Checks if the value of the field is DISABLED

source

pub fn is_enabled(&self) -> bool

Checks if the value of the field is ENABLED