Home
last modified time | relevance | path

Searched refs:example_TARGET_IO (Results 1 – 6 of 6) sorted by relevance

/bsp/microchip/samd51-adafruit-metro-m4/bsp/examples/
A Ddriver_examples.c22 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 Ddriver_examples.c22 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 Ddriver_examples.c46 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 Ddriver_examples.c46 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 Ddriver_examples.c58 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 Ddriver_examples.c106 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