Home
last modified time | relevance | path

Searched defs:mem_addr (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/soc/espressif/esp32/
Dsoc.h26 static inline void esp32_set_mask32(uint32_t v, uint32_t mem_addr) in esp32_set_mask32()
31 static inline void esp32_clear_mask32(uint32_t v, uint32_t mem_addr) in esp32_clear_mask32()
/Zephyr-latest/soc/espressif/esp32s3/
Dsoc.h31 static inline void esp32_set_mask32(uint32_t v, uint32_t mem_addr) in esp32_set_mask32()
36 static inline void esp32_clear_mask32(uint32_t v, uint32_t mem_addr) in esp32_clear_mask32()
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/interoperability/
Dpbuf_v1.h115 #define PBUF_CFG_INIT(mem_addr, size, dcache_align) \ argument
145 #define PBUF_DEFINE(name, mem_addr, size, dcache_align) \ argument
/Zephyr-latest/include/zephyr/ipc/
Dpbuf.h120 #define PBUF_CFG_INIT(mem_addr, size, dcache_align, use_handshake) \ argument
155 #define PBUF_DEFINE(name, mem_addr, size, dcache_align, use_handshake, compatibility) \ argument
/Zephyr-latest/drivers/dma/
Ddma_mchp_xec.c88 volatile uint32_t mem_addr; member