Home
last modified time | relevance | path

Searched refs:busy (Results 26 – 50 of 124) sorted by relevance

12345

/Zephyr-latest/tests/drivers/build_all/lora/
Dsx1262.overlay36 busy-gpios = <&test_gpio 9 0>;
/Zephyr-latest/drivers/timer/
DKconfig.mec517 custom busy wait kernel API.
/Zephyr-latest/boards/shields/waveshare_epaper/
Dwaveshare_epaper_gdeh029a1.overlay28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */
Dwaveshare_epaper_gdeh0213b72.overlay28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */
Dwaveshare_epaper_gdeh0213b1.overlay28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */
Dwaveshare_epaper_gdew042t2-p.overlay33 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_LOW>; /* D7 */
/Zephyr-latest/drivers/dma/
Ddma_intel_lpss.c109 stat->busy = false; in dma_intel_lpss_get_status()
113 stat->busy = true; in dma_intel_lpss_get_status()
Ddma_gd32.c76 bool busy; member
501 if (data->channels[ch].busy) { in dma_gd32_reload()
540 data->channels[ch].busy = true; in dma_gd32_start()
561 data->channels[ch].busy = false; in dma_gd32_stop()
580 stat->busy = data->channels[ch].busy; in dma_gd32_get_status()
645 data->channels[i].busy = false; in dma_gd32_isr()
Ddma_andes_atcdmac300.c173 data->chan[channel].status.busy = false; in dma_atcdmac300_isr()
436 data->chan[channel].status.busy = true; in dma_atcdmac300_transfer_start()
456 data->chan[channel].status.busy = false; in dma_atcdmac300_transfer_stop()
489 stat->busy = data->chan[channel].status.busy; in dma_atcdmac300_get_status()
Ddma_stm32_bdma.h26 volatile bool busy; member
/Zephyr-latest/drivers/mdio/
DKconfig.nxp_enet_qos27 busy wait between checks of the MDIO transaction status.
/Zephyr-latest/tests/subsys/lorawan/frag_decoder/boards/
Dnative_sim.overlay39 busy-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
/Zephyr-latest/tests/subsys/lorawan/clock_sync/boards/
Dnative_sim.overlay39 busy-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
/Zephyr-latest/soc/native/inf_clock/
DKconfig.soc12 sleep. Therefore do not use busy waits while waiting for something to happen
/Zephyr-latest/subsys/bluetooth/mesh/
Dadv_legacy.c186 if (adv->ctx.busy) { in adv_thread()
187 adv->ctx.busy = 0U; in adv_thread()
Dadv.h54 busy:1, member
/Zephyr-latest/drivers/spi/
DKconfig.stm3248 int "timeout in us for the STM32 busy flag workaround"
Dspi_nrfx_spim.c60 bool busy; member
394 dev_data->busy = false; in finish_transaction()
543 dev_data->busy = true; in transceive()
631 if (dev_data->busy) { in spi_nrfx_release()
805 .busy = false, \
/Zephyr-latest/drivers/crypto/
Dcrypto_intel_sha_registers.h132 uint32_t busy : 1; member
/Zephyr-latest/drivers/usb/udc/
Dudc_common.h79 const bool busy);
/Zephyr-latest/doc/services/
Dnotify.rst12 available so a busy-wait for completion may be needed.
/Zephyr-latest/tests/drivers/sdhc/
DREADME.txt24 Note that this test does not verify the tuning or card busy api, as the SD
/Zephyr-latest/boards/phytec/reel_board/
Dreel_board.dts64 busy-gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
/Zephyr-latest/boards/native/doc/
Darch_soc.rst102 - There can **not** be busy wait loops in the application code that wait for
104 If busy wait loops do exist, they will behave as infinite loops and
105 will stall the execution. For example, the following busy wait loop code,
147 If a busy wait loop exists, it will become evident as the application will be
152 The best solution is to remove that busy wait loop, and instead use
154 Note that busy wait loops are in general a bad coding practice as they
157 If removing the busy loop is really not an option, you may add a conditionally
442 interrupts, and the hooks for low level tracing and busy wait handling.
468 `native simulator busy wait design documentation <https://github.com/BabbleSim/native_simulator/blo…
/Zephyr-latest/drivers/usb/device/
Dusb_dc_smartbond.c113 atomic_t busy; member
620 atomic_clear(&ep0_in_state->busy); in handle_ep0_tx()
701 atomic_clear(&ep_state->busy); in handle_epx_rx_ev()
752 atomic_clear(&ep_state->busy); in handle_epx_tx_ev()
834 atomic_clear(&dev_state.ep_state[1][i].busy); in handle_bus_reset()
1420 if (ep_state->busy) { in usb_dc_ep_enable()
1501 if (!atomic_cas(&ep_state->busy, 0, 1)) { in usb_dc_ep_write()

12345