Searched refs:Priority (Results 1 – 25 of 116) sorted by relevance
12345
/Zephyr-Core-3.6.0/scripts/build/ |
D | check_init_priorities_test.py | 22 prio1 = check_init_priorities.Priority("POST_KERNEL", 12) 25 prio1 = check_init_priorities.Priority("APPLICATION", 9999) 29 check_init_priorities.Priority("i-am-not-a-priority", 0) 30 check_init_priorities.Priority("_DOESNOTEXIST0_", 0) 34 check_init_priorities.Priority("EARLY", 0), 35 check_init_priorities.Priority("EARLY", 1), 36 check_init_priorities.Priority("PRE_KERNEL_1", 0), 37 check_init_priorities.Priority("PRE_KERNEL_1", 1), 38 check_init_priorities.Priority("PRE_KERNEL_2", 0), 39 check_init_priorities.Priority("PRE_KERNEL_2", 1), [all …]
|
/Zephyr-Core-3.6.0/ |
D | .clang-format | 77 Priority: 0 79 Priority: 1 81 Priority: 2 83 Priority: 3
|
/Zephyr-Core-3.6.0/drivers/adc/ |
D | Kconfig.ad5592 | 21 int "Priority for the ADC data acquisition thread" 25 Priority level for the internal ADC data acquisition thread.
|
D | Kconfig.b91 | 22 int "Priority for the ADC data acquisition thread" 25 Priority level for the internal ADC data acquisition thread.
|
D | Kconfig.mcp320x | 27 int "Priority for the ADC data acquisition thread" 30 Priority level for the internal ADC data acquisition thread.
|
D | Kconfig.ads1x1x | 28 int "Priority for the ADC data acquisition thread" 31 Priority level for the internal ADC data acquisition thread.
|
D | Kconfig.ads7052 | 31 int "Priority for the ADC data acquisition thread" 34 Priority level for the internal ADC data acquisition thread.
|
D | Kconfig.max1125x | 28 int "Priority for the ADC data acquisition thread" 31 Priority level for the internal ADC data acquisition thread.
|
D | Kconfig.tla2021 | 15 int "Priority for the driver initialization" 22 int "Priority for the data acquisition thread"
|
D | Kconfig.adc_emul | 24 int "Priority for the ADC data acquisition thread" 27 Priority level for the internal ADC data acquisition thread.
|
D | Kconfig.lmp90xxx | 32 int "Priority for the ADC data acquisition thread" 35 Priority level for the internal ADC data acquisition thread.
|
/Zephyr-Core-3.6.0/drivers/rtc/ |
D | Kconfig.am1805 | 22 int "Priority for the am1805 interrupt thread" 25 Priority level for the thread handling interrupts and dispatching callbacks.
|
/Zephyr-Core-3.6.0/drivers/can/ |
D | Kconfig.tcan4x5x | 24 int "Priority for the TCAN4x5x interrupt thread" 27 Priority level for the thread handling interrupts and dispatching callbacks.
|
D | Kconfig.native_linux | 17 int "Priority for internal RX thread" 20 Priority level of the internal thread which is run for
|
D | Kconfig.mcp2515 | 24 int "Priority for interrupt handler" 27 Priority level of the internal thread which is ran for
|
/Zephyr-Core-3.6.0/drivers/ethernet/phy/ |
D | Kconfig.tja1103 | 24 int "Priority for internal incoming packet handler" 27 Priority level for internal thread which is ran for TJA1103
|
/Zephyr-Core-3.6.0/drivers/input/ |
D | Kconfig.evdev | 17 int "Priority for the Linux evdev thread" 20 Priority level of the internal thread handling Linux input events.
|
D | Kconfig.analog_axis | 22 int "Priority for the analog axis thread" 25 Priority level of the analog axis thread.
|
/Zephyr-Core-3.6.0/drivers/ethernet/ |
D | Kconfig.enc424j600 | 25 int "Priority for internal incoming packet handler" 28 Priority level for internal thread which is ran for incoming
|
D | Kconfig.w5500 | 25 int "Priority for internal incoming packet handler" 29 Priority level for internal thread which is ran for incoming
|
D | Kconfig.enc28j60 | 26 int "Priority for internal incoming packet handler" 30 Priority level for internal thread which is ran for incoming
|
/Zephyr-Core-3.6.0/drivers/sensor/lm77/ |
D | Kconfig | 36 int "Priority for the trigger workqueue thread" 39 Priority level for the internal trigger workqueue thread.
|
/Zephyr-Core-3.6.0/modules/canopennode/ |
D | Kconfig | 43 int "Priority for CANopen transmit workqueue" 47 Priority level of the internal CANopen transmit workqueue. 96 int "Priority for CANopen SYNC thread" 101 Priority level of the internal thread which processes
|
/Zephyr-Core-3.6.0/lib/posix/options/ |
D | Kconfig.sched | 6 bool "Priority scheduling"
|
/Zephyr-Core-3.6.0/drivers/led/ |
D | Kconfig.ht16k33 | 37 int "Priority for keyscan interrupt request handler thread" 40 Priority level for internal thread for keyscan interrupt
|
12345