Searched refs:higher (Results 51 – 75 of 150) sorted by relevance
123456
/Zephyr-latest/samples/kernel/metairq_dispatch/ |
D | README.rst | 35 * On average, higher priority (lower numbered) threads have better 87 Note: The 'real' values may be significantly higher than corresponding 'proc' values
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.mode | 27 by another one in the higher priority context.
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | Kconfig | 105 is higher (or equal) than the TCP work queue, otherwise the
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | mutexes.rst | 67 if a higher priority thread begins waiting on the mutex. This allows the owning 79 lock. Each time a higher priority thread waits on a mutex, the kernel adjusts
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig | 53 cannot interrupt same or higher priorities so it cannot fully replace
|
/Zephyr-latest/boards/olimex/lora_stm32wl_devkit/doc/ |
D | olimex_lora_stm32wl_devkit.rst | 69 If you're using devkit revision C or higher, you'll need to specify the
|
/Zephyr-latest/doc/build/dts/ |
D | design.rst | 69 Zephyr-specific features. Its purpose is to provide a higher-level view of the
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/ |
D | Kconfig | 64 Initialization priority for Host Command. It must be higher than the initialization
|
/Zephyr-latest/doc/hardware/emulator/ |
D | index.rst | 35 * A fake driver which pretends to be actual ADC, and can be used for testing higher-level API
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.sam_gmac | 74 and the other being processed by the higher layer networking stack.
|
/Zephyr-latest/samples/modules/lvgl/demos/ |
D | README.rst | 36 * A board with display, ideally with 480x272 resolution or higher.
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-le-host.rst | 6 The Bluetooth Host implements all the higher-level protocols and 110 To achieve a higher security level, and protect against 168 application or a higher level protocol.
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.nrfx_uart_instance | 62 that with higher speeds and/or high cpu load some data can be lost.
|
/Zephyr-latest/boards/ti/msp_exp432p401r_launchxl/doc/ |
D | index.rst | 29 * The on-board 32-kHz crystal allows for lower LPM3 sleep currents and a higher-precision clock sou…
|
/Zephyr-latest/lib/cpp/ |
D | Kconfig | 34 without conflicting with c++11 or higher.
|
/Zephyr-latest/tests/kernel/context/ |
D | README.txt | 16 - Called by a higher priority thread when there is another thread
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_config_guide.rst | 58 If TCP is being used, then these values need to be higher because we can queue the 232 with different priority. This means that higher priority network packet can 233 be placed to a higher priority network queue in order to send or receive it
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | index.rst | 231 Numerically lower priorities takes precedence over numerically higher values. 232 For example, the scheduler gives thread A of priority 4 *higher* priority 233 over thread B of priority 7; likewise thread C of priority -2 has higher 245 at any time if a cooperative thread, or a preemptible thread of higher 541 timer. For some architectures, SoCs or boards, there are timers with higher
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_srv.rst | 46 Client and the BLOB Transfer Server through some higher level procedure, like a vendor specific
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | dlist.rst | 11 pointers per node, and thus has somewhat higher runtime code and
|
/Zephyr-latest/boards/ti/sk_am62/doc/ |
D | index.rst | 113 To utilize this feature, you'll need OpenOCD version 0.12 or higher. Due to the possibility of
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.nrf | 230 Must be higher than NRFS backend
|
/Zephyr-latest/kernel/ |
D | Kconfig.smp | 66 trigger additional IPIs when the preempted thread is of higher
|
/Zephyr-latest/lib/heap/ |
D | Kconfig | 100 a higher runtime overhead and somewhat bigger code footprint.
|
/Zephyr-latest/tests/subsys/logging/log_blocking/ |
D | REAME.md | 45 DMA, can provide significantly higher throughput but are still inherently
|
123456