Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nordic/nrf54h/
Dsoc.c65 #if defined(RAMBLOCK_RET2_BIT_ICACHE) in power_domain_init()
66 nrf_memconf_ramblock_ret2_enable_set(NRF_MEMCONF, 0, RAMBLOCK_RET2_BIT_ICACHE, false); in power_domain_init()
67 nrf_memconf_ramblock_ret2_enable_set(NRF_MEMCONF, 1, RAMBLOCK_RET2_BIT_ICACHE, false); in power_domain_init()
Dsoc.h35 #define RAMBLOCK_RET2_BIT_ICACHE MEMCONF_POWER_RET2_MEM6_Pos macro