Searched refs:st_utx_out (Results 1 – 15 of 15) sorted by relevance
342 uint32_t st_utx_out: 4; member
157 …uint32_t st_utx_out: 4; /*This register stores the value of transmitter's finite s… member
348 … uint32_t st_utx_out: 4; /*This is the status register of transmitter.*/ member
349 … uint32_t st_utx_out : 4; /*This is the status register of transmitter.*/ member
916 uint32_t st_utx_out:4; member
1023 uint32_t st_utx_out:4; member
975 uint32_t st_utx_out:4; member
973 uint32_t st_utx_out:4; member
750 return ((hw->status.txfifo_cnt == 0) && (hw->fsm_status.st_utx_out == 0)); in uart_ll_is_tx_idle()
794 return ((hw->status.txfifo_cnt == 0) && (hw->fsm_status.st_utx_out == 0)); in uart_ll_is_tx_idle()
826 return ((hw->status.txfifo_cnt == 0) && (hw->fsm_status.st_utx_out == 0)); in uart_ll_is_tx_idle()
783 return ((status.txfifo_cnt == 0) && (status.st_utx_out == 0)); in uart_ll_is_tx_idle()
858 … ((HAL_FORCE_READ_U32_REG_FIELD(hw->status, txfifo_cnt) == 0) && (hw->fsm_status.st_utx_out == 0)); in uart_ll_is_tx_idle()
867 … ((HAL_FORCE_READ_U32_REG_FIELD(hw->status, txfifo_cnt) == 0) && (hw->fsm_status.st_utx_out == 0)); in uart_ll_is_tx_idle()