Searched refs:example_TARGET_IO (Results 1 – 6 of 6) sorted by relevance
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/examples/ |
| A D | driver_examples.c | 22 static uint8_t example_TARGET_IO[12] = "Hello World!"; variable 39 io_write(io, example_TARGET_IO, 12); in TARGET_IO_example()
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/examples/ |
| A D | driver_examples.c | 22 static uint8_t example_TARGET_IO[12] = "Hello World!"; variable 39 io_write(io, example_TARGET_IO, 12); in TARGET_IO_example()
|
| /bsp/microchip/saml10/bsp/examples/ |
| A D | driver_examples.c | 46 static uint8_t example_TARGET_IO[12] = "Hello World!"; variable 63 io_write(io, example_TARGET_IO, 12); in TARGET_IO_example()
|
| /bsp/microchip/same70/bsp/examples/ |
| A D | driver_examples.c | 46 static uint8_t example_TARGET_IO[12] = "Hello World!"; variable 63 io_write(io, example_TARGET_IO, 12); in TARGET_IO_example()
|
| /bsp/microchip/same54/bsp/examples/ |
| A D | driver_examples.c | 58 static uint8_t example_TARGET_IO[12] = "Hello World!"; variable 75 io_write(io, example_TARGET_IO, 12); in TARGET_IO_example()
|
| /bsp/microchip/samc21/bsp/examples/ |
| A D | driver_examples.c | 106 static uint8_t example_TARGET_IO[12] = "Hello World!"; variable 123 io_write(io, example_TARGET_IO, 12); in TARGET_IO_example()
|
Completed in 5 milliseconds