Type Alias xmc4800::ebu::buswcon1::LockcsW

source ·
pub type LockcsW<'a, REG> = BitWriter<'a, REG, Lockcs>;
Expand description

Field LOCKCS writer - Lock Chip Select

Aliased Type§

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

Implementations§

source§

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

source

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

Chip Select cannot be locked (default after reset).

source

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

Chip Select will be automatically locked when written to from the processor data port.