Home
last modified time | relevance | path

Searched refs:CACHEAXI_MONITOR_ALL (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cacheaxi.c102 #define IS_CACHEAXI_MONITOR_TYPE(__TYPE__) (((__TYPE__) & ~CACHEAXI_MONITOR_ALL) == 0…
253 (void)HAL_CACHEAXI_Monitor_Reset(hcacheaxi, CACHEAXI_MONITOR_ALL); in HAL_CACHEAXI_DeInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_cacheaxi.h143 #define CACHEAXI_MONITOR_ALL (CACHEAXI_CR1_RHITMEN | CACHEAXI_CR1_RMISSMEN | \ macro