SwR

Type Alias SwR 

pub type SwR = BitReader<Sw>;
Expand description

Field SW reader - Software Interrupt

Aliased Type§

pub struct SwR { /* private fields */ }

Implementations§

§

impl SwR

pub const fn variant(&self) -> Sw

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.