Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_stm32.c286 bool buf_within_nocache = false; in buf_in_nocache() local
289 buf_within_nocache = (buf >= ((uintptr_t)_nocache_ram_start)) && in buf_in_nocache()
291 if (buf_within_nocache) { in buf_in_nocache()
296 buf_within_nocache = mem_attr_check_buf( in buf_in_nocache()
299 return buf_within_nocache; in buf_in_nocache()
/Zephyr-latest/drivers/spi/
Dspi_ll_stm32.c1087 bool buf_within_nocache = false; in buf_in_nocache() local
1091 buf_within_nocache = (buf >= ((uintptr_t)_nocache_ram_start)) && in buf_in_nocache()
1093 if (buf_within_nocache) { in buf_in_nocache()
1099 buf_within_nocache = mem_attr_check_buf( in buf_in_nocache()
1102 return buf_within_nocache; in buf_in_nocache()
/Zephyr-latest/drivers/serial/
Duart_stm32.c1357 bool buf_within_nocache = false; in buf_in_nocache() local
1360 buf_within_nocache = (buf >= ((uintptr_t)_nocache_ram_start)) && in buf_in_nocache()
1362 if (buf_within_nocache) { in buf_in_nocache()
1367 buf_within_nocache = mem_attr_check_buf( in buf_in_nocache()
1369 if (buf_within_nocache) { in buf_in_nocache()
1373 buf_within_nocache = (buf >= ((uintptr_t)__rodata_region_start)) && in buf_in_nocache()
1376 return buf_within_nocache; in buf_in_nocache()