Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c368 #if defined(MCM0)
369 #define MCM0_CACHE_REG MCM0->PLACR
375 #elif defined(MCM) && (!defined(MCM0))
381 #if defined(MCM0)
382 #define MCM0_CACHE_REG MCM0->CPCR2
388 #elif defined(MCM) && (!defined(MCM0))
2494 #elif defined(MCM0) in FLASH_PflashSetPrefetchSpeculation()
2495 regBase = (FTFx_REG32_ACCESS_TYPE)&MCM0->PLACR; in FLASH_PflashSetPrefetchSpeculation()
2612 #elif defined(MCM0) in FLASH_PflashGetPrefetchSpeculation()
2613 value = MCM0->PLACR; in FLASH_PflashGetPrefetchSpeculation()
/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/
DRV32M1_ri5cy.h13357 #define MCM0 ((MCM_Type *)MCM0_BASE) macro
13361 #define MCM_BASE_PTRS { MCM0 }
13366 #define MCM MCM0