pub type WriteProtectPinLevelR = BitReader<WriteProtectPinLevel>;
Expand description

Field WRITE_PROTECT_PIN_LEVEL reader - Write Protect Switch Pin Level

Aliased Type§

struct WriteProtectPinLevelR { /* private fields */ }

Implementations§

source§

impl WriteProtectPinLevelR

source

pub const fn variant(&self) -> WriteProtectPinLevel

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

Write protected (SDWP = 1)

source

pub fn is_value2(&self) -> bool

Write enabled (SDWP = 0)