Type Definition R
Other items instm32l4_stm32hal::stm32l4x5::flash::acr
type R = R<u32, ACR>;
Reader of register ACR
impl R
pub fn latency(&self) -> LATENCY_R
Bits 0:2 - Latency
pub fn prften(&self) -> PRFTEN_R
Bit 8 - Prefetch enable
pub fn icen(&self) -> ICEN_R
Bit 9 - Instruction cache enable
pub fn dcen(&self) -> DCEN_R
Bit 10 - Data cache enable
pub fn icrst(&self) -> ICRST_R
Bit 11 - Instruction cache reset
pub fn dcrst(&self) -> DCRST_R
Bit 12 - Data cache reset
pub fn run_pd(&self) -> RUN_PD_R
Bit 13 - Flash Power-down mode during Low-power run mode
pub fn sleep_pd(&self) -> SLEEP_PD_R
Bit 14 - Flash Power-down mode during Low-power sleep mode