Type Alias xmc4500::ebu::buswcon0::LOCKCS_W

source ·
pub type LOCKCS_W<'a, REG> = BitWriter<'a, REG, LOCKCS_A>;
Expand description

Field LOCKCS writer - Lock Chip Select

Aliased Type§

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

Implementations§

source§

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