Skip to main content

RST_R

Type Alias RST_R 

Source
pub type RST_R = BitReader<RST_A>;
Expand description

Field RST reader - Software Reset.

Aliased Type§

pub struct RST_R { /* private fields */ }

Implementations§

Source§

impl RST_R

Source

pub fn variant(&self) -> RST_A

Get enumerated values variant

Source

pub fn is_rst_0(&self) -> bool

Checks if the value of the field is RST_0

Source

pub fn is_rst_1(&self) -> bool

Checks if the value of the field is RST_1