Searched refs:am_hal_uart_flags_get (Results 1 – 3 of 3) sorted by relevance
120 while ( am_hal_uart_flags_get(AM_UART0_INST) & AM_HAL_UART_FR_BUSY ); in rt_hw_uart_send_string()228 while ( am_hal_uart_flags_get(uart->uart_device) & AM_HAL_UART_FR_BUSY ); in am_putc()
299 extern uint32_t am_hal_uart_flags_get(uint32_t ui32Module);
658 am_hal_uart_flags_get(uint32_t ui32Module) in am_hal_uart_flags_get() function
Completed in 94 milliseconds