Searched refs:UART_LL_TOUT_REF_FACTOR_DEFAULT (Results 1 – 1 of 1) sorted by relevance
34 #define UART_LL_TOUT_REF_FACTOR_DEFAULT (8) macro847 tout_thr = tout_thr * UART_LL_TOUT_REF_FACTOR_DEFAULT; in uart_ll_set_rx_tout()872 tout_thrd = (uint16_t)(hw->conf1.rx_tout_thrhd / UART_LL_TOUT_REF_FACTOR_DEFAULT); in uart_ll_get_rx_tout_thr()891 tout_thrd = (uint16_t)(UART_RX_TOUT_THRHD_V / UART_LL_TOUT_REF_FACTOR_DEFAULT); in uart_ll_max_tout_thrd()937 #undef UART_LL_TOUT_REF_FACTOR_DEFAULT