pub type WpenW<'a, REG> = BitWriter<'a, REG, Wpen>;
Field WPEN writer - Write Protection Enable
WPEN
pub struct WpenW<'a, REG> { /* private fields */ }
Write protection is disabled. Write protected bits can be written.
Write protection is enabled. Write protected bits cannot be written.