Searched refs:UART_STOP_BITS_1 (Results 1 – 6 of 6) sorted by relevance
68 UART_STOP_BITS_1 = 0x1, /*!< stop bit: 1bit*/ enumerator
135 uart_ll_set_stop_bits(hal->dev, UART_STOP_BITS_1); in uart_hal_init()152 symbol_len += (stop_bit > UART_STOP_BITS_1) ? 2 : 1; in uart_hal_get_symb_len()
171 #define DEFAULT_BT_LE_HCI_UART_STOP_BITS (UART_STOP_BITS_1)
191 #define DEFAULT_BT_LE_HCI_UART_STOP_BITS (UART_STOP_BITS_1)
263 #define DEFAULT_BT_LE_HCI_UART_STOP_BITS (UART_STOP_BITS_1)