Searched full:higher (Results 1 – 25 of 419) sorted by relevance
12345678910>>...17
/Zephyr-Core-3.7.0/drivers/sensor/bosch/bme280/ |
D | Kconfig | 36 Select temperature oversampling for the BME280 sensor. Higher values 37 lead to more accurate readings, but higher power consumption. 54 Select pressure oversampling for the BME280 sensor. Higher values 55 lead to more accurate readings, but higher power consumption. 72 Select humidity oversampling for the BME280 sensor. Higher values 73 lead to more accurate readings, but higher power consumption. 91 Higher values lead to lower power consumption.
|
/Zephyr-Core-3.7.0/drivers/sensor/bosch/bme680/ |
D | Kconfig | 23 Select temperature oversampling for the BME680 sensor. Higher values 24 lead to more accurate readings, but higher power consumption. 41 Select pressure oversampling for the BME680 sensor. Higher values 42 lead to more accurate readings, but higher power consumption. 59 Select humidity oversampling for the BME680 sensor. Higher values 60 lead to more accurate readings, but higher power consumption.
|
/Zephyr-Core-3.7.0/drivers/sensor/infineon/dps310/ |
D | Kconfig | 22 Select temperature oversampling for the DPS310 sensor. Higher values 23 lead to more accurate readings, but higher power consumption. 46 Select pressure oversampling for the DPS310 sensor. Higher values 47 lead to more accurate readings, but higher power consumption.
|
/Zephyr-Core-3.7.0/tests/drivers/uart/uart_mix_fifo_poll/ |
D | README.txt | 3 from higher priority context, uart_fifo_fill called from UART interrupt context 4 and uart_tx called from higher priority context. Preemptions shall not lead to 9 - higher priority thread
|
D | Kconfig | 11 For how many loops will the stress test run. The higher this number the longer the 12 test and therefore the higher likelihood an unlikely race/event will be triggered.
|
/Zephyr-Core-3.7.0/tests/kernel/sched/schedule_api/src/ |
D | test_sched_priority.c | 40 * @details Create a cooperative thread with priority higher 41 * than the current cooperative thread. Make sure that the higher 55 /* spawn thread with higher priority */ in ZTEST() 61 /* checkpoint: current thread shouldn't preempted by higher thread */ in ZTEST() 78 * preemptive thread which is of priority higher than current 96 /* checkpoint: thread is preempted by higher thread */ in ZTEST() 118 * higher than current thread. Make sure that the highest priority
|
/Zephyr-Core-3.7.0/drivers/sensor/adi/adt7310/ |
D | Kconfig | 50 Thread priority of the interrupt handler. A higher number implies a 51 higher priority. The thread is cooperative and will not be interrupted by
|
/Zephyr-Core-3.7.0/dts/bindings/sensor/ |
D | ist,tsic-xx6.yaml | 15 higher-temperature-limit = <60>; 31 higher-temperature-limit:
|
/Zephyr-Core-3.7.0/drivers/can/ |
D | Kconfig.mcp251xfd | 44 Thread priority of the interrupt handler. A higher number implies a 45 higher priority. The thread is cooperative and will not be interrupted by
|
/Zephyr-Core-3.7.0/drivers/wifi/esp32/ |
D | Kconfig.esp32 | 65 …A higher number may allow higher throughput but increases memory use. If ESP32_WIFI_AMPDU_RX_ENABL… 80 is freed after the higher layer has successfully received the data frame. 128 For each transmitted data frame from the higher layer TCP/IP stack, 158 For each transmitted frame from the higher layer TCP/IP stack, 188 higher throughput but more memory. Most of time we should NOT change the 208 higher throughput and better compatibility but more memory. Most of time
|
/Zephyr-Core-3.7.0/drivers/misc/timeaware_gpio/ |
D | timeaware_gpio_intel.c | 19 #define ART_H 0x04 /* ART higher 32 bit reg */ 22 #define COMPV63_32 0x24 /* Comparator higher 32 bit reg */ 24 #define PIV63_32 0x2c /* Periodic Interval higher 32 bit reg */ 26 #define TCV63_32 0x34 /* Time Capture higher 32 bit reg */ 28 #define ECCV63_32 0x3c /* Event Counter Capture higher 32 bit reg */ 30 #define EC63_32 0x44 /* Event Counter higher 32 bit reg */
|
/Zephyr-Core-3.7.0/dts/bindings/timer/ |
D | st,stm32-lptim.yaml | 29 Prescaler allows to achieve higher LPTIM timeout (up to 256s when lptim clocked by LSE) 30 and consequently higher core sleep durations, but impacts the tick precision.
|
/Zephyr-Core-3.7.0/dts/bindings/auxdisplay/ |
D | sparkfun,serlcd.yaml | 45 might require tweaking if using I2C at a higher bitrare and/or relativily 55 might require tweaking if using I2C at a higher bitrare and/or relativily
|
/Zephyr-Core-3.7.0/tests/kernel/interrupt/src/ |
D | nested_irq.c | 51 * Choose lower prio for IRQ0 and higher priority for IRQ1 123 * preempted in mid-execution if a higher priority interrupt is signaled. The 124 * lower priority ISR resumes execution once the higher priority ISR has 130 * 2. [isr0] Set ISR 0 result token and trigger IRQ 1 (higher priority)
|
/Zephyr-Core-3.7.0/doc/hardware/peripherals/edac/ |
D | ibecc.rst | 63 The IBECC driver provides error type for the higher-level application to 65 syndrome is not used in the IBECC driver but provided to higher-level 75 higher-level synchronization primitives. So, you cannot share anything that is
|
/Zephyr-Core-3.7.0/kernel/ |
D | Kconfig.device | 45 priority needs to be higher than minimal default initialization 53 priority needs to be higher than minimal default initialization
|
/Zephyr-Core-3.7.0/drivers/ethernet/ |
D | Kconfig.dwmac | 46 A higher number allows for more packets to be queued which may 63 A higher number allows for more packets to be received without
|
/Zephyr-Core-3.7.0/drivers/usb/uhc/ |
D | uhc_common.h | 62 * @brief Helper function to return UHC transfer to a higher level. 64 * Function to dequeue transfer and send UHC event to a higher level. 98 * @brief Helper function to send UHC event to a higher level.
|
/Zephyr-Core-3.7.0/subsys/sensing/ |
D | Kconfig | 65 priority is higher than dispatch thread, and runtime running in full 85 thread priority should be higher than runtime thread
|
/Zephyr-Core-3.7.0/tests/kernel/mem_protect/stack_random/ |
D | prj.conf | 6 # The action of the only case in this test is to spawn higher priority
|
/Zephyr-Core-3.7.0/samples/boards/mec15xxevb_assy6853/power_management/ |
D | prj.conf | 4 # Logging thread frequency higher than SUSPEND_TO_IDLE
|
/Zephyr-Core-3.7.0/tests/benchmarks/app_kernel/src/ |
D | msgq_b.c | 91 "enqueue 1 byte msg in MSGQ to a waiting higher priority task", in message_queue_test() 102 "enqueue 4 bytes in MSGQ to a waiting higher priority task", in message_queue_test() 113 "enqueue 192 bytes in MSGQ to a waiting higher priority task", in message_queue_test()
|
/Zephyr-Core-3.7.0/tests/benchmarks/sched_userspace/src/ |
D | main.c | 32 /* In theory the TSC has much lower overhead and higher in stamp() 94 /* make sure the main thread has a higher priority in exec_test() 96 * (lower number --> higher prio) in exec_test()
|
/Zephyr-Core-3.7.0/dts/arm/nordic/ |
D | override.dtsi | 9 * higher-priority dts/arm/nordic/override.dtsi file in use.
|
/Zephyr-Core-3.7.0/soc/altr/qemu_nios2/include/ |
D | layout.h | 10 * higher-addressed chunk considered "ROM"
|
12345678910>>...17