Type Alias xmc4800::ebu::modcon::SdtriW

source ·
pub type SdtriW<'a, REG> = BitWriter<'a, REG, Sdtri>;
Expand description

Field SDTRI writer - SDRAM Tristate

Aliased Type§

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

Implementations§

source§

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

source

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

SDRAM control signals are driven by the EBU when the EBU does not own the external bus. SDRAM cannot be shared.

source

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

SDRAM control signals are tri-stated by the EBU when the EBU does not own the external bus. The SDRAM can be shared.