Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhal_usart_sync.h82 int32_t usart_sync_init(struct usart_sync_descriptor *const descr, void *const hw, void *const func…
/loramac-node-latest/src/boards/SAMR34/
Duart-board.c44 usart_sync_init( &Usart0, SERCOM0, ( void * )NULL ); in UartMcuInit()
/loramac-node-latest/src/boards/mcu/saml21/hal/src/
Dhal_usart_sync.c59 int32_t usart_sync_init(struct usart_sync_descriptor *const descr, void *const hw, void *const func) in usart_sync_init() function