Searched refs:stop_bits (Results 1 – 5 of 5) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/src/ |
D | hal_usart_sync.c | 180 …_sync_set_stopbits(struct usart_sync_descriptor *const descr, const enum usart_stop_bits stop_bits) in usart_sync_set_stopbits() argument 183 _usart_sync_set_stop_bits(&descr->device, stop_bits); in usart_sync_set_stopbits()
|
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/include/ |
D | hpl_usart_sync.h | 164 …_sync_set_stop_bits(struct _usart_sync_device *const device, const enum usart_stop_bits stop_bits);
|
D | hal_usart_sync.h | 195 …sync_set_stopbits(struct usart_sync_descriptor *const descr, const enum usart_stop_bits stop_bits);
|
D | hpl_usart_async.h | 188 …sync_set_stop_bits(struct _usart_async_device *const device, const enum usart_stop_bits stop_bits);
|
/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/sercom/ |
D | hpl_sercom.c | 183 static void _usart_set_stop_bits(void *const hw, const enum usart_stop_bits stop_bits); 354 …t_sync_set_stop_bits(struct _usart_sync_device *const device, const enum usart_stop_bits stop_bits) in _usart_sync_set_stop_bits() argument 356 _usart_set_stop_bits(device->hw, stop_bits); in _usart_sync_set_stop_bits() 362 …async_set_stop_bits(struct _usart_async_device *const device, const enum usart_stop_bits stop_bits) in _usart_async_set_stop_bits() argument 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() argument 765 hri_sercomusart_write_CTRLB_SBMODE_bit(hw, stop_bits); in _usart_set_stop_bits()
|