Home
last modified time | relevance | path

Searched defs:choice (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.7.0/tests/kernel/interrupt/src/
Dregular_isr.c26 int choice = POINTER_TO_INT(param); in isr_comm() local
/Zephyr-Core-3.7.0/drivers/timer/
DKconfig.x866 choice label
/Zephyr-Core-3.7.0/include/zephyr/sys/
Dmulti_heap.h68 sys_multi_heap_fn_t choice; member
/Zephyr-Core-3.7.0/tests/kernel/threads/thread_error_case/src/
Dmain.c41 int choice = *((int *)p1); in tThread_entry_negative() local
109 static void create_negative_test_thread(int choice) in create_negative_test_thread()
/Zephyr-Core-3.7.0/tests/kernel/mutex/mutex_error_case/src/
Dtest_mutex_error.c53 int choice = *((int *)p2); in tThread_entry_negative() local
96 static int create_negative_test_thread(int choice) in create_negative_test_thread()
/Zephyr-Core-3.7.0/samples/boards/bbc_microbit/pong/src/
Dmain.c75 const struct pong_choice *choice; member
/Zephyr-Core-3.7.0/scripts/kconfig/
Dguiconfig.py2090 def _choice_syms_info(choice): argument
Dmenuconfig.py2615 def _choice_syms_info(choice): argument
Dkconfiglib.py6683 def _check_dep_loop_choice(choice, skip): argument