Searched refs:START_WHEEL (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/samples/userspace/shared_mem/src/ |
D | main.h | 53 #define START_WHEEL {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, \ macro
|
D | main.c | 50 volatile _app_enc_d BYTE W1[26] = START_WHEEL; 54 volatile _app_enc_d BYTE W2[26] = START_WHEEL; 55 volatile _app_enc_d BYTE W3[26] = START_WHEEL;
|