Type Alias xmc4800::ebu::busrcon2::EcseW

source ·
pub type EcseW<'a, REG> = BitWriter<'a, REG, Ecse>;
Expand description

Field ECSE writer - Early Chip Select for Synchronous Burst

Aliased Type§

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

Implementations§

source§

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

source

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

CS is delayed.

source

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

CS is not delayed.