Searched refs:C2ACR (Results 1 – 14 of 14) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_system.h | 1608 SET_BIT(FLASH->C2ACR, FLASH_C2ACR_PRFTEN); in LL_FLASH_EnablePrefetch() 1623 CLEAR_BIT(FLASH->C2ACR, FLASH_C2ACR_PRFTEN); in LL_FLASH_DisablePrefetch() 1638 return ((READ_BIT(FLASH->C2ACR, FLASH_C2ACR_PRFTEN) == (FLASH_C2ACR_PRFTEN)) ? 1UL : 0UL); in LL_FLASH_IsPrefetchEnabled() 1653 SET_BIT(FLASH->C2ACR, FLASH_C2ACR_ICEN); in LL_FLASH_EnableInstCache() 1668 CLEAR_BIT(FLASH->C2ACR, FLASH_C2ACR_ICEN); in LL_FLASH_DisableInstCache() 1707 SET_BIT(FLASH->C2ACR, FLASH_C2ACR_ICRST); in LL_FLASH_EnableInstCacheReset() 1722 CLEAR_BIT(FLASH->C2ACR, FLASH_C2ACR_ICRST); in LL_FLASH_DisableInstCacheReset() 1766 SET_BIT(FLASH->C2ACR, FLASH_C2ACR_PES); in LL_FLASH_SuspendOperation() 1786 CLEAR_BIT(FLASH->C2ACR, FLASH_C2ACR_PES); in LL_FLASH_AllowOperation() 1801 return ((READ_BIT(FLASH->C2ACR, FLASH_C2ACR_PES) == (FLASH_C2ACR_PES)) ? 1UL : 0UL); in LL_FLASH_IsOperationSuspended()
|
D | stm32wlxx_hal_flash.h | 612 #define __HAL_FLASH_PREFETCH_BUFFER_ENABLE() SET_BIT(FLASH->C2ACR, FLASH_C2ACR_PRFTEN) 622 #define __HAL_FLASH_PREFETCH_BUFFER_DISABLE() CLEAR_BIT(FLASH->C2ACR, FLASH_C2ACR_PRFTEN) 632 #define __HAL_FLASH_INSTRUCTION_CACHE_ENABLE() SET_BIT(FLASH->C2ACR, FLASH_C2ACR_ICEN) 642 #define __HAL_FLASH_INSTRUCTION_CACHE_DISABLE() CLEAR_BIT(FLASH->C2ACR, FLASH_C2ACR_ICEN) 671 #define __HAL_FLASH_INSTRUCTION_CACHE_RESET() do { SET_BIT(FLASH->C2ACR, FLASH_C2ACR_ICRST); \ 672 CLEAR_BIT(FLASH->C2ACR, FLASH_C2ACR_ICRST); \
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_flash_ex.c | 496 SET_BIT(FLASH->C2ACR, FLASH_C2ACR_PES); in HAL_FLASHEx_SuspendOperation() 514 CLEAR_BIT(FLASH->C2ACR, FLASH_C2ACR_PES); in HAL_FLASHEx_AllowOperation()
|
/hal_stm32-latest/stm32cube/stm32wbxx/soc/ |
D | stm32wb50xx.h | 288 …__IO uint32_t C2ACR; /*!< FLASH Core MO+ Access Control Register , Address offs… member
|
D | stm32wb1mxx.h | 282 …__IO uint32_t C2ACR; /*!< FLASH Core MO+ Access Control Register , Address offs… member
|
D | stm32wb30xx.h | 287 …__IO uint32_t C2ACR; /*!< FLASH Core MO+ Access Control Register , Address offs… member
|
D | stm32wb35xx.h | 317 …__IO uint32_t C2ACR; /*!< FLASH Core MO+ Access Control Register , Address offs… member
|
D | stm32wb55xx.h | 320 …__IO uint32_t C2ACR; /*!< FLASH Core MO+ Access Control Register , Address offs… member
|
D | stm32wb5mxx.h | 320 …__IO uint32_t C2ACR; /*!< FLASH Core MO+ Access Control Register , Address offs… member
|
/hal_stm32-latest/stm32cube/stm32wbxx/soc/Include/ |
D | stm32wb10xx.h | 272 …__IO uint32_t C2ACR; /*!< FLASH Core MO+ Access Control Register , Address offs… member
|
D | stm32wb15xx.h | 282 …__IO uint32_t C2ACR; /*!< FLASH Core MO+ Access Control Register , Address offs… member
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wl5mxx.h | 462 …__IO uint32_t C2ACR; /*!< FLASH Core MO+ Access Control Register , Address offs… member
|
D | stm32wl54xx.h | 462 …__IO uint32_t C2ACR; /*!< FLASH Core MO+ Access Control Register , Address offs… member
|
D | stm32wl55xx.h | 462 …__IO uint32_t C2ACR; /*!< FLASH Core MO+ Access Control Register , Address offs… member
|