Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hal/include/
Dhpl_usart_sync.h83 int32_t _usart_sync_init(struct _usart_sync_device *const device, void *const hw);
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/src/
Dhal_usart_sync.c63 init_status = _usart_sync_init(&descr->device, hw); in usart_sync_init()
/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c189 int32_t _usart_sync_init(struct _usart_sync_device *const device, void *const hw) in _usart_sync_init() function