Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_usart_sync.h197 uint8_t _usart_sync_read_byte(const struct _usart_sync_device *const device);
/loramac-node-latest/src/boards/mcu/saml21/hal/src/
Dhal_usart_sync.c281 buf[offset] = _usart_sync_read_byte(&descr->device); in usart_sync_read()
/loramac-node-latest/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c418 uint8_t _usart_sync_read_byte(const struct _usart_sync_device *const device) in _usart_sync_read_byte() function