Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hal/include/
Dhpl_usart_sync.h148 void _usart_sync_set_mode(struct _usart_sync_device *const device, const enum usart_mode mode);
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/src/
Dhal_usart_sync.c161 _usart_sync_set_mode(&descr->device, mode); in usart_sync_set_mode()
/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c322 void _usart_sync_set_mode(struct _usart_sync_device *const device, const enum usart_mode mode) in _usart_sync_set_mode() function