AckstallW

Type Alias AckstallW 

pub type AckstallW<'a, REG> = BitWriter<'a, REG, Ackstall>;
Expand description

Field ACKSTALL writer - ACK SCL Stall

Aliased Type§

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

Implementations§

§

impl<'a, REG> AckstallW<'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.