Home
last modified time | relevance | path

Searched refs:_usart_set_stop_bits (Results 1 – 1 of 1) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c183 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