Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_hostlink.c149 #ifndef __uncached
150 #define __uncached __attribute__((uncached)) macro
155 *(volatile __uncached uint32_t *)addr = val; in hl_write32()
160 *(volatile __uncached uint16_t *)addr = val; in hl_write16()
165 *(volatile __uncached uint8_t *)addr = val; in hl_write8()
170 return *(volatile __uncached uint32_t *)addr; in hl_read32()
175 return *(volatile __uncached uint16_t *)addr; in hl_read16()