Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_sedi.c122 uint8_t busy_count; member
131 context->busy_count++; in uart_busy_set()
133 if (context->busy_count == 1) { in uart_busy_set()
143 context->busy_count--; in uart_busy_clear()
145 if (context->busy_count == 0) { in uart_busy_clear()