Home
last modified time | relevance | path

Searched refs:busy (Results 51 – 75 of 124) sorted by relevance

12345

/Zephyr-latest/drivers/crypto/
Dcrypto_intel_sha.c36 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/
DREADME.txt94 Thread busy waiting for 20000 usecs
95 Thread busy waiting completed
/Zephyr-latest/drivers/dma/
Ddma_stm32.h25 volatile bool busy; member
Ddma_sam0.c372 stat->busy = true; in dma_sam0_get_status()
376 stat->busy = false; in dma_sam0_get_status()
Ddma_max32.c241 stat->busy = (flags & ADI_MAX32_DMA_STATUS_ST) != 0; in max32_dma_get_status()
Ddma_mchp_xec.c598 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/
Dmain.c422 int busy = k_work_cancel_delayable(&refresh); in button_pressed() local
424 if (busy != 0) { in button_pressed()
/Zephyr-latest/boards/rakwireless/rak4631/
Drak4631_nrf52840.dts120 busy-gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>;
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/
Dheltec_wireless_stick_lite_v3_procpu.dts131 busy-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
/Zephyr-latest/tests/drivers/build_all/display/
Dapp.overlay108 busy-gpios = <&test_gpio 0 0>;
117 busy-gpios = <&test_gpio 0 0>;
/Zephyr-latest/drivers/auxdisplay/
Dauxdisplay_hd44780.c133 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/
Dspi_andes_atcspi200.c42 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/
Drak11720.dts137 busy-gpios = <&gpio0_31 16 GPIO_ACTIVE_HIGH>;
/Zephyr-latest/boards/phytec/reel_board/
Dreel_board_nrf52840_2.overlay45 busy-gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
/Zephyr-latest/subsys/bluetooth/mesh/
Dadv_ext.c319 if (!adv->ctx.busy) { in send_pending_adv()
324 adv->ctx.busy = 0U; in send_pending_adv()
Dadv.c271 adv->ctx.busy = 1U; in bt_mesh_adv_send()
/Zephyr-latest/drivers/usb/udc/
Dudc_common.c88 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()
Dudc_nrf.c609 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/
Dudc.h100 uint32_t busy : 1; member
/Zephyr-latest/drivers/sdhc/
Dsdhc_cdns.c113 return cdns_sdmmc_ops->busy(); in sdhc_cdns_card_busy()
/Zephyr-latest/doc/hardware/peripherals/
Ddma.rst47 the form of API calls. Every driver is expected to maintain its own channel state tracking. The busy
/Zephyr-latest/drivers/i2s/
Di2s_esp32.c756 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/
DKconfig130 bool "Use busy loop for k_cpu_idle"
/Zephyr-latest/include/zephyr/drivers/
Ddma.h277 bool busy; member
/Zephyr-latest/subsys/pm/
DKconfig53 When this option is enabled, check that no devices are busy before

12345