Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/spi/
Dspi_ll_stm32.c773 static bool buf_in_nocache(uintptr_t buf, size_t len_bytes) in buf_in_nocache() function
802 !buf_in_nocache((uintptr_t)buf->buf, buf->len)) { in spi_buf_set_in_nocache()
/Zephyr-Core-3.5.0/drivers/adc/
Dadc_stm32.c297 static bool buf_in_nocache(uintptr_t buf, size_t len_bytes) in buf_in_nocache() function
335 if (!buf_in_nocache((uintptr_t)sequence->buffer, needed_buffer_size)) { in check_buffer()