Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_gecko.c178 uint32_t flags = USART_StatusGet(config->base); in uart_gecko_poll_in()
501 while (!(USART_StatusGet(config->base) & USART_STATUS_TXIDLE)) { in uart_gecko_pm_action()