Searched refs:TARGET_IO_buffer (Results 1 – 6 of 6) sorted by relevance
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/ |
| A D | driver_init.c | 19 static uint8_t TARGET_IO_buffer[TARGET_IO_BUFFER_SIZE]; variable 56 usart_async_init(&TARGET_IO, SERCOM3, TARGET_IO_buffer, TARGET_IO_BUFFER_SIZE, (void *)NULL); in TARGET_IO_init()
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/ |
| A D | driver_init.c | 19 static uint8_t TARGET_IO_buffer[TARGET_IO_BUFFER_SIZE]; variable 56 usart_async_init(&TARGET_IO, SERCOM2, TARGET_IO_buffer, TARGET_IO_BUFFER_SIZE, (void *)NULL); in TARGET_IO_init()
|
| /bsp/microchip/saml10/bsp/ |
| A D | driver_init.c | 21 static uint8_t TARGET_IO_buffer[TARGET_IO_BUFFER_SIZE]; variable 121 usart_async_init(&TARGET_IO, SERCOM2, TARGET_IO_buffer, TARGET_IO_BUFFER_SIZE, (void *)NULL); in TARGET_IO_init()
|
| /bsp/microchip/samc21/bsp/ |
| A D | driver_init.c | 22 static uint8_t TARGET_IO_buffer[TARGET_IO_BUFFER_SIZE]; variable 136 usart_async_init(&TARGET_IO, SERCOM4, TARGET_IO_buffer, TARGET_IO_BUFFER_SIZE, (void *)NULL); in TARGET_IO_init()
|
| /bsp/microchip/same70/bsp/ |
| A D | driver_init.c | 22 static uint8_t TARGET_IO_buffer[TARGET_IO_BUFFER_SIZE]; variable 103 …usart_async_init(&TARGET_IO, USART1, TARGET_IO_buffer, TARGET_IO_BUFFER_SIZE, _usart_get_usart_asy… in TARGET_IO_init()
|
| /bsp/microchip/same54/bsp/ |
| A D | driver_init.c | 23 static uint8_t TARGET_IO_buffer[TARGET_IO_BUFFER_SIZE]; variable 99 usart_async_init(&TARGET_IO, SERCOM2, TARGET_IO_buffer, TARGET_IO_BUFFER_SIZE, (void *)NULL); in TARGET_IO_init()
|
Completed in 7 milliseconds