Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_max32.c53 uint8_t cache_id; member
545 tx->cache_id = !(tx->cache_id); in uart_max32_async_tx_callback()
546 ret = uart_max32_tx_dma_load(dev, tx->cache[tx->cache_id], in uart_max32_async_tx_callback()
567 tx->cache[!(tx->cache_id)]); in uart_max32_async_tx_callback()
649 data->async.tx.cache_id = 0; in api_tx()