CaptestW

Type Alias CaptestW 

pub type CaptestW<'a, REG> = BitWriter<'a, REG, Captest>;
Expand description

Field CAPTEST writer - Capture Test Mode Enable

Aliased Type§

pub struct CaptestW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> CaptestW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Capture test mode is disabled.

pub fn _1(self) -> &'a mut W<REG>

Capture test mode is enabled.