Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_cache.c37 #define BSP_PRV_CTR_IMINLINE_MASK (0xFU) macro
591 iminline = (ctr >> BSP_PRV_CTR_IMINLINE_OFFSET) & BSP_PRV_CTR_IMINLINE_MASK; in R_BSP_CacheCleanRange()
649 iminline = (ctr >> BSP_PRV_CTR_IMINLINE_OFFSET) & BSP_PRV_CTR_IMINLINE_MASK; in R_BSP_CacheInvalidateRange()
710 iminline = (ctr >> BSP_PRV_CTR_IMINLINE_OFFSET) & BSP_PRV_CTR_IMINLINE_MASK; in R_BSP_CacheCleanInvalidateRange()