AdrstallW

Type Alias AdrstallW 

pub type AdrstallW<'a, REG> = BitWriter<'a, REG, Adrstall>;
Expand description

Field ADRSTALL writer - Address SCL Stall

Aliased Type§

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

Implementations§

§

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

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

Clock stretching disabled.

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

Clock stretching enabled.