Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hal/src/
Dhal_usart_sync.c217 return _usart_sync_is_byte_sent(&descr->device); in usart_sync_is_tx_empty()
252 while (!_usart_sync_is_byte_sent(&descr->device)) in usart_sync_write()
256 while (!_usart_sync_is_byte_sent(&descr->device)) in usart_sync_write()
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/include/
Dhpl_usart_sync.h208 bool _usart_sync_is_byte_sent(const struct _usart_sync_device *const device);
/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c426 bool _usart_sync_is_byte_sent(const struct _usart_sync_device *const device) in _usart_sync_is_byte_sent() function