Home
last modified time | relevance | path

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

/Zephyr-latest/samples/userspace/prod_consumer/src/
Dsample_driver.h12 #define SAMPLE_DRIVER_NAME_0 "SAMPLE_DRIVER_0" macro
Dsample_driver_foo.c111 DEVICE_DEFINE(sample_driver_foo_0, SAMPLE_DRIVER_NAME_0,
Dapp_a.c200 sample_device = device_get_binding(SAMPLE_DRIVER_NAME_0); in app_a_entry()