Searched refs:SAMPLE_DRIVER_MSG_SIZE (Results 1 – 5 of 5) sorted by relevance
16 #define BLK_SIZE (SAMPLE_DRIVER_MSG_SIZE + sizeof(void *))
28 if (K_SYSCALL_MEMORY_READ(buf, SAMPLE_DRIVER_MSG_SIZE)) { in z_vrfy_sample_driver_write()
40 K_MSGQ_DEFINE(mqueue, SAMPLE_DRIVER_MSG_SIZE, MAX_MSGS, 4);103 SAMPLE_DRIVER_MSG_SIZE); in monitor_entry()
13 #define SAMPLE_DRIVER_MSG_SIZE 128 macro
78 char data_payload[SAMPLE_DRIVER_MSG_SIZE]; in sample_driver_foo_isr()