Type Alias d1_pac::uart::mcr::RTS_R

source ·
pub type RTS_R = BitReader<RTS_A>;
Expand description

Field rts reader - Request to Send

Aliased Type§

struct RTS_R { /* private fields */ }

Implementations§

source§

impl RTS_R

source

pub fn variant(&self) -> RTS_A

Get enumerated values variant

source

pub fn is_deasserted(&self) -> bool

Checks if the value of the field is DEASSERTED

source

pub fn is_asserted(&self) -> bool

Checks if the value of the field is ASSERTED