Searched refs:uart_ll_get_txfifo_len (Results 1 – 10 of 10) sorted by relevance
35 uint16_t fill_len = uart_ll_get_txfifo_len(hal->dev); in uart_hal_write_txfifo()
137 #define uart_hal_get_txfifo_len(hal) uart_ll_get_txfifo_len((hal)->dev)
293 FORCE_INLINE_ATTR uint32_t uart_ll_get_txfifo_len(uart_dev_t *hw) in uart_ll_get_txfifo_len() function
337 FORCE_INLINE_ATTR uint32_t uart_ll_get_txfifo_len(uart_dev_t *hw) in uart_ll_get_txfifo_len() function
362 FORCE_INLINE_ATTR uint32_t uart_ll_get_txfifo_len(uart_dev_t *hw) in uart_ll_get_txfifo_len() function
311 FORCE_INLINE_ATTR uint32_t uart_ll_get_txfifo_len(uart_dev_t *hw) in uart_ll_get_txfifo_len() function
379 FORCE_INLINE_ATTR uint32_t uart_ll_get_txfifo_len(uart_dev_t *hw) in uart_ll_get_txfifo_len() function
400 FORCE_INLINE_ATTR uint32_t uart_ll_get_txfifo_len(uart_dev_t *hw) in uart_ll_get_txfifo_len() function
603 …(sleep_duration < (int64_t)((UART_LL_FIFO_DEF_LEN - uart_ll_get_txfifo_len(CONSOLE_UART_DEV) + 1) … in light_sleep_uart_prepare()