Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/saml21/hal/include/
Dhpl_usart.h104 enum usart_stop_bits { USART_STOP_BITS_ONE = 0, USART_STOP_BITS_TWO = 1, USART_STOP_BITS_ONE_P_FIVE… enum
Dhpl_usart_sync.h164 void _usart_sync_set_stop_bits(struct _usart_sync_device *const device, const enum usart_stop_bits
Dhal_usart_sync.h195 …sync_set_stopbits(struct usart_sync_descriptor *const descr, const enum usart_stop_bits stop_bits);
Dhpl_usart_async.h188 …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/
Dhal_usart_sync.c180 …_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/
Dhpl_sercom.c183 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()