CaptestR

Type Alias CaptestR 

pub type CaptestR = BitReader<Captest>;
Expand description

Field CAPTEST reader - Capture Test Mode Enable

Aliased Type§

pub struct CaptestR { /* private fields */ }

Implementations§

§

impl CaptestR

pub const fn variant(&self) -> Captest

Get enumerated values variant

pub fn is_0(&self) -> bool

Capture test mode is disabled.

pub fn is_1(&self) -> bool

Capture test mode is enabled.