/Zephyr-latest/drivers/crypto/ |
D | crypto_intel_sha.c | 36 while (sha->dfsha->shasts.part.busy) { in intel_sha_set_ctl_enable() 189 while (self->dfsha->shasts.part.busy) { in intel_sha_device_get_hash()
|
/Zephyr-latest/tests/kernel/context/ |
D | README.txt | 94 Thread busy waiting for 20000 usecs 95 Thread busy waiting completed
|
/Zephyr-latest/drivers/dma/ |
D | dma_stm32.h | 25 volatile bool busy; member
|
D | dma_sam0.c | 372 stat->busy = true; in dma_sam0_get_status() 376 stat->busy = false; in dma_sam0_get_status()
|
D | dma_max32.c | 241 stat->busy = (flags & ADI_MAX32_DMA_STATUS_ST) != 0; in max32_dma_get_status()
|
D | dma_mchp_xec.c | 598 status->busy = true; in dma_xec_get_status() 605 status->busy = false; in dma_xec_get_status()
|
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/ |
D | main.c | 422 int busy = k_work_cancel_delayable(&refresh); in button_pressed() local 424 if (busy != 0) { in button_pressed()
|
/Zephyr-latest/boards/rakwireless/rak4631/ |
D | rak4631_nrf52840.dts | 120 busy-gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/ |
D | heltec_wireless_stick_lite_v3_procpu.dts | 131 busy-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/tests/drivers/build_all/display/ |
D | app.overlay | 108 busy-gpios = <&test_gpio 0 0>; 117 busy-gpios = <&test_gpio 0 0>;
|
/Zephyr-latest/drivers/auxdisplay/ |
D | auxdisplay_hd44780.c | 133 bool busy; in auxdisplay_hd44780_command() local 146 busy = gpio_pin_get_dt(&config->db_gpios[7]); in auxdisplay_hd44780_command() 152 } while (busy); in auxdisplay_hd44780_command()
|
/Zephyr-latest/drivers/spi/ |
D | spi_andes_atcspi200.c | 42 bool busy; member 616 data->busy = true; in transceive() 692 if (data->busy) { in spi_atcspi200_release() 866 data->busy = false; in spi_atcspi200_irq_handler() 934 #define SPI_BUSY_INIT .busy = false,
|
/Zephyr-latest/boards/rakwireless/rak11720/ |
D | rak11720.dts | 137 busy-gpios = <&gpio0_31 16 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/boards/phytec/reel_board/ |
D | reel_board_nrf52840_2.overlay | 45 busy-gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | adv_ext.c | 319 if (!adv->ctx.busy) { in send_pending_adv() 324 adv->ctx.busy = 0U; in send_pending_adv()
|
D | adv.c | 271 adv->ctx.busy = 1U; in bt_mesh_adv_send()
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_common.c | 88 return ep_cfg->stat.busy; in udc_ep_is_busy() 91 void udc_ep_set_busy(const struct device *dev, const uint8_t ep, const bool busy) in udc_ep_set_busy() argument 97 ep_cfg->stat.busy = busy; in udc_ep_set_busy()
|
D | udc_nrf.c | 609 bool busy = nrf_usbd_common_ep_is_busy(cfg->addr); in udc_nrf_ep_dequeue() local 612 if (USB_EP_DIR_IS_OUT(cfg->addr) || !busy) { in udc_nrf_ep_dequeue()
|
/Zephyr-latest/include/zephyr/drivers/usb/ |
D | udc.h | 100 uint32_t busy : 1; member
|
/Zephyr-latest/drivers/sdhc/ |
D | sdhc_cdns.c | 113 return cdns_sdmmc_ops->busy(); in sdhc_cdns_card_busy()
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | dma.rst | 47 the form of API calls. Every driver is expected to maintain its own channel state tracking. The busy
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_esp32.c | 756 if (dma_channel_status.busy) { in i2s_esp32_trigger() 785 if (k_msgq_num_used_get(&stream->queue) > 0 || dma_channel_status.busy) { in i2s_esp32_trigger() 793 if (dma_channel_status.busy) { in i2s_esp32_trigger()
|
/Zephyr-latest/soc/intel/intel_adsp/ |
D | Kconfig | 130 bool "Use busy loop for k_cpu_idle"
|
/Zephyr-latest/include/zephyr/drivers/ |
D | dma.h | 277 bool busy; member
|
/Zephyr-latest/subsys/pm/ |
D | Kconfig | 53 When this option is enabled, check that no devices are busy before
|