/Zephyr-latest/tests/drivers/build_all/lora/ |
D | sx1262.overlay | 36 busy-gpios = <&test_gpio 9 0>;
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.mec5 | 17 custom busy wait kernel API.
|
/Zephyr-latest/boards/shields/waveshare_epaper/ |
D | waveshare_epaper_gdeh029a1.overlay | 28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */
|
D | waveshare_epaper_gdeh0213b72.overlay | 28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */
|
D | waveshare_epaper_gdeh0213b1.overlay | 28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */
|
D | waveshare_epaper_gdew042t2-p.overlay | 33 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_LOW>; /* D7 */
|
/Zephyr-latest/drivers/dma/ |
D | dma_intel_lpss.c | 109 stat->busy = false; in dma_intel_lpss_get_status() 113 stat->busy = true; in dma_intel_lpss_get_status()
|
D | dma_gd32.c | 76 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()
|
D | dma_andes_atcdmac300.c | 173 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()
|
D | dma_stm32_bdma.h | 26 volatile bool busy; member
|
/Zephyr-latest/drivers/mdio/ |
D | Kconfig.nxp_enet_qos | 27 busy wait between checks of the MDIO transaction status.
|
/Zephyr-latest/tests/subsys/lorawan/frag_decoder/boards/ |
D | native_sim.overlay | 39 busy-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/tests/subsys/lorawan/clock_sync/boards/ |
D | native_sim.overlay | 39 busy-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/soc/native/inf_clock/ |
D | Kconfig.soc | 12 sleep. Therefore do not use busy waits while waiting for something to happen
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | adv_legacy.c | 186 if (adv->ctx.busy) { in adv_thread() 187 adv->ctx.busy = 0U; in adv_thread()
|
D | adv.h | 54 busy:1, member
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.stm32 | 48 int "timeout in us for the STM32 busy flag workaround"
|
D | spi_nrfx_spim.c | 60 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/ |
D | crypto_intel_sha_registers.h | 132 uint32_t busy : 1; member
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_common.h | 79 const bool busy);
|
/Zephyr-latest/doc/services/ |
D | notify.rst | 12 available so a busy-wait for completion may be needed.
|
/Zephyr-latest/tests/drivers/sdhc/ |
D | README.txt | 24 Note that this test does not verify the tuning or card busy api, as the SD
|
/Zephyr-latest/boards/phytec/reel_board/ |
D | reel_board.dts | 64 busy-gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/boards/native/doc/ |
D | arch_soc.rst | 102 - 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/ |
D | usb_dc_smartbond.c | 113 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()
|