Searched refs:usart_stop_bits (Results 1 – 6 of 6) sorted by relevance
/loramac-node-2.7.6/src/boards/mcu/saml21/hal/include/ |
D | hpl_usart.h | 104 enum usart_stop_bits { USART_STOP_BITS_ONE = 0, USART_STOP_BITS_TWO = 1, USART_STOP_BITS_ONE_P_FIVE… enum
|
D | hpl_usart_sync.h | 164 void _usart_sync_set_stop_bits(struct _usart_sync_device *const device, const enum usart_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-2.7.6/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()
|
/loramac-node-2.7.6/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 void _usart_sync_set_stop_bits(struct _usart_sync_device *const device, const enum usart_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() 757 static void _usart_set_stop_bits(void *const hw, const enum usart_stop_bits stop_bits) in _usart_set_stop_bits()
|