pub type W = W<FlpctrlSpec>;Expand description
Register FLPCTRL writer
Aliased Type§
pub struct W { /* private fields */ }Implementations§
Source§impl W
impl W
Sourcepub fn enable(&mut self) -> EnableW<'_, FlpctrlSpec>
pub fn enable(&mut self) -> EnableW<'_, FlpctrlSpec>
Bit 0 - Enable instruction patch matching
Sourcepub fn write_protect(&mut self) -> WriteProtectW<'_, FlpctrlSpec>
pub fn write_protect(&mut self) -> WriteProtectW<'_, FlpctrlSpec>
Bit 1 - Protect the comparison registers from writes
Sourcepub fn outside_1m(&mut self) -> Outside1mW<'_, FlpctrlSpec>
pub fn outside_1m(&mut self) -> Outside1mW<'_, FlpctrlSpec>
Bit 2 - Select long-jump remap entries whose destinations may be outside the source 1 MiB region
Sourcepub fn load_compare0_enable(&mut self) -> LoadCompare0EnableW<'_, FlpctrlSpec>
pub fn load_compare0_enable(&mut self) -> LoadCompare0EnableW<'_, FlpctrlSpec>
Bit 3 - Enable load-address comparison register 0
Sourcepub fn load_compare1_enable(&mut self) -> LoadCompare1EnableW<'_, FlpctrlSpec>
pub fn load_compare1_enable(&mut self) -> LoadCompare1EnableW<'_, FlpctrlSpec>
Bit 4 - Enable load-address comparison register 1