Home
last modified time | relevance | path

Searched refs:SAMPLE_DRIVER_MSG_SIZE (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/userspace/prod_consumer/src/
Dapp_shared.h16 #define BLK_SIZE (SAMPLE_DRIVER_MSG_SIZE + sizeof(void *))
Dsample_driver_handlers.c28 if (K_SYSCALL_MEMORY_READ(buf, SAMPLE_DRIVER_MSG_SIZE)) { in z_vrfy_sample_driver_write()
Dapp_a.c40 K_MSGQ_DEFINE(mqueue, SAMPLE_DRIVER_MSG_SIZE, MAX_MSGS, 4);
103 SAMPLE_DRIVER_MSG_SIZE); in monitor_entry()
Dsample_driver.h13 #define SAMPLE_DRIVER_MSG_SIZE 128 macro
Dsample_driver_foo.c78 char data_payload[SAMPLE_DRIVER_MSG_SIZE]; in sample_driver_foo_isr()