Searched refs:_usart_set_stop_bits (Results 1 – 1 of 1) sorted by relevance
183 static void _usart_set_stop_bits(void *const hw, const enum usart_stop_bits stop_bits);356 _usart_set_stop_bits(device->hw, stop_bits); in _usart_sync_set_stop_bits()364 _usart_set_stop_bits(device->hw, stop_bits); in _usart_async_set_stop_bits()757 static void _usart_set_stop_bits(void *const hw, const enum usart_stop_bits stop_bits) in _usart_set_stop_bits() function