pub type SramParityErrorLockW<'a, REG> = BitWriter<'a, REG, SramParityErrorLock>;
Expand description

Field SRAM_PARITY_ERROR_LOCK writer - SRAM parity check error lock

Aliased Type§

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

Implementations§

source§

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

source

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

The SRAM parity check error is disconnected from the break input

source

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

The SRAM parity check error is connected to the break input