Searched full:becomes (Results 1 – 25 of 137) sorted by relevance
123456
/Zephyr-latest/dts/bindings/adc/ |
D | ti,ads131m02.yaml | 18 GPIO for data ready, becomes active when a conversion result is ready.
|
D | maxim,max1125x-base.yaml | 30 gpio for data ready, becomes active when a conversion result is ready
|
D | ti,ads114s08.yaml | 24 GPIO for data ready, becomes active when a conversion result is ready
|
/Zephyr-latest/dts/bindings/net/wireless/ |
D | gpio-radio-coex.yaml | 11 required. When grant pin becomes inactive then you have time to
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 124 Once a cooperative thread becomes the current thread, it remains 149 the sleeping thread becomes ready once again. 154 Once a preemptive thread becomes the current thread, it remains 155 the current thread until a higher priority thread becomes ready, 209 becomes the current thread, its non-preemptible status is maintained. 224 Once the specified delay has elapsed the thread becomes ready
|
/Zephyr-latest/dts/bindings/stepper/adi/ |
D | adi,trinamic-ramp-generator.yaml | 115 becomes enabled when exceeding this velocity. It becomes disabled again once the velocity
|
/Zephyr-latest/include/zephyr/drivers/ |
D | video-controls.h | 60 /** Flip the image horizontally: the left side becomes the right side */ 63 /** Flip the image vertically: the top side becomes the bottom side */
|
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/ |
D | README.rst | 12 with the ST BlueNRG GUI app. In this case, the main MCU becomes an intermediate level,
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | util_app_cfg.h | 20 * of the struct in cases where config data version management becomes
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/provision/ |
D | pb_remote_timeout.sh | 22 # 9. 3rd device enables Mesh scan again and becomes responsive.
|
/Zephyr-latest/tests/subsys/logging/log_blocking/ |
D | REAME.md | 5 When the core log buffer becomes full, the logging subsystem can be configured to 12 becomes available again in the core log buffer.
|
/Zephyr-latest/drivers/led_strip/ |
D | ws2812_spi.c | 57 * of SPI frames, MSbit first, where a one bit becomes SPI frame 58 * one_frame, and zero bit becomes zero_frame.
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.x86 | 49 limit becomes the CPU time taken to execute the timing
|
/Zephyr-latest/doc/contribute/ |
D | proposals_and_rfcs.rst | 27 from contributors before it becomes a part of Zephyr. Quite often, even
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v1/ |
D | cmsis_mutex.c | 41 * @brief Wait until a Mutex becomes available.
|
D | cmsis_semaphore.c | 43 * @brief Wait until a semaphore becomes available.
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | mutexes.rst | 45 When the mutex becomes unlocked it is then locked by the highest-priority 59 of times before the mutex becomes fully unlocked so it can be claimed
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig | 20 the radio becomes operational. For instance, the EUI-64 value can be
|
/Zephyr-latest/soc/intel/intel_adsp/common/include/ |
D | cavs-idc.h | 21 * the system (including itself). When the high bit becomes 1 in an 29 * the high bit of TFC is written with a 1, the value becomes ZERO,
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | message_queues.rst | 40 is full; when space becomes available 50 is empty; when a data item becomes available it is given to
|
/Zephyr-latest/boards/nordic/nrf9160dk/ |
D | board.c | 112 /* Wait until the pin becomes inactive. */ in reset_pin_wait_inactive() 154 /* Wait until the pin becomes inactive before continuing. in reset_pin_configure()
|
/Zephyr-latest/subsys/pm/ |
D | Kconfig | 18 policies whenever the kernel becomes idle. The kernel informs the
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | index.rst | 126 if it becomes **suspended**. The function :c:func:`k_thread_suspend` 136 a thread since a sleeping thread becomes executable automatically when the 240 Once it becomes the current thread, a cooperative thread remains 244 Once it becomes the current thread, a preemptible thread may be supplanted 246 or equal priority, becomes ready.
|
/Zephyr-latest/subsys/llext/ |
D | Kconfig | 119 instance, the default name, "llext-edk", becomes LLEXT_EDK_INSTALL_DIR.
|
/Zephyr-latest/drivers/display/ |
D | display_ili9342c.c | 22 /* some commands require that SETEXTC be set first before it becomes enabled. */ in ili9342c_regs_init()
|
123456