Searched refs:RX_THREAD_PRIORITY (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-2.7.6/samples/subsys/canbus/isotp/src/ |
D | main.c | 12 #define RX_THREAD_PRIORITY 2 macro 160 RX_THREAD_PRIORITY, 0, K_NO_WAIT); in main() 168 RX_THREAD_PRIORITY, 0, K_NO_WAIT); in main()
|
/Zephyr-Core-2.7.6/samples/drivers/can/src/ |
D | main.c | 16 #define RX_THREAD_PRIORITY 2 macro 231 RX_THREAD_PRIORITY, 0, K_NO_WAIT); in main()
|
/Zephyr-Core-2.7.6/drivers/can/ |
D | socket_can_generic.h | 21 #define RX_THREAD_PRIORITY 2 macro
|
D | can_loopback.c | 325 RX_THREAD_PRIORITY, 0, K_NO_WAIT); in socket_can_init_1()
|
D | can_stm32.c | 1207 RX_THREAD_PRIORITY, 0, K_NO_WAIT); in socket_can_init_1() 1299 RX_THREAD_PRIORITY, 0, K_NO_WAIT); in socket_can_init_2()
|
D | can_mcp2515.c | 957 RX_THREAD_PRIORITY, 0, K_NO_WAIT); in socket_can_init()
|
D | can_mcux_flexcan.c | 844 RX_THREAD_PRIORITY, 0, K_NO_WAIT); \
|
/Zephyr-Core-2.7.6/drivers/modem/ |
D | hl7800.c | 407 #define RX_THREAD_PRIORITY K_PRIO_COOP(7) macro 5870 RX_THREAD_PRIORITY, 0, K_NO_WAIT), in hl7800_init()
|