Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/spi/
Dspi_ll_stm32.c775 bool buf_within_nocache = false; in buf_in_nocache() local
778 buf_within_nocache = (buf >= ((uintptr_t)_nocache_ram_start)) && in buf_in_nocache()
780 if (buf_within_nocache) { in buf_in_nocache()
785 buf_within_nocache = mem_attr_check_buf( in buf_in_nocache()
788 return buf_within_nocache; in buf_in_nocache()
/Zephyr-Core-3.5.0/drivers/adc/
Dadc_stm32.c299 bool buf_within_nocache = false; in buf_in_nocache() local
302 buf_within_nocache = (buf >= ((uintptr_t)_nocache_ram_start)) && in buf_in_nocache()
304 if (buf_within_nocache) { in buf_in_nocache()
309 buf_within_nocache = mem_attr_check_buf( in buf_in_nocache()
312 return buf_within_nocache; in buf_in_nocache()