Searched defs:mem_addr (Results 1 – 4 of 4) sorted by relevance
25 static inline void esp32_set_mask32(uint32_t v, uint32_t mem_addr) in esp32_set_mask32()30 static inline void esp32_clear_mask32(uint32_t v, uint32_t mem_addr) in esp32_clear_mask32()
30 static inline void esp32_set_mask32(uint32_t v, uint32_t mem_addr) in esp32_set_mask32()35 static inline void esp32_clear_mask32(uint32_t v, uint32_t mem_addr) in esp32_clear_mask32()
115 #define PBUF_CFG_INIT(mem_addr, size, dcache_align) \ argument145 #define PBUF_DEFINE(name, mem_addr, size, dcache_align) \ argument
88 volatile uint32_t mem_addr; member