Home
last modified time | relevance | path

Searched refs:halted (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-latest/scripts/native_simulator/common/src/
Dnce.c137 static void change_cpu_state_and_wait(struct nce_status_t *this, bool halted) in change_cpu_state_and_wait() argument
141 NCE_DEBUG("Going to halted = %d\n", halted); in change_cpu_state_and_wait()
143 this->cpu_halted = halted; in change_cpu_state_and_wait()
156 while (this->cpu_halted == halted) { in change_cpu_state_and_wait()
161 NCE_DEBUG("Awaken after halted = %d\n", halted); in change_cpu_state_and_wait()
/Zephyr-latest/soc/native/inf_clock/
Dsoc.c54 void posix_change_cpu_state_and_wait(bool halted) in posix_change_cpu_state_and_wait() argument
56 if (halted) { in posix_change_cpu_state_and_wait()
Dposix_soc.h19 void posix_change_cpu_state_and_wait(bool halted);
/Zephyr-latest/subsys/usb/device_next/
Dusbd_class_api.h125 const bool halted) in usbd_class_feature_halt() argument
130 api->feature_halt(c_data, ep, halted); in usbd_class_feature_halt()
Dusbd_ch9.c219 const uint8_t ep, const bool halted) in sreq_feature_halt_notify() argument
224 usbd_class_feature_halt(c_nd->c_data, ep, halted); in sreq_feature_halt_notify()
/Zephyr-latest/drivers/usb/udc/
Dudc_virtual.c70 cfg->stat.halted = false; in ctrl_ep_clear_halt()
73 cfg->stat.halted = false; in ctrl_ep_clear_halt()
170 if (ep_cfg->stat.halted) { in vrt_handle_out()
237 if (ep_cfg->stat.halted) { in vrt_handle_in()
398 if (cfg->stat.halted) { in udc_vrt_ep_enqueue()
440 cfg->stat.halted = true; in udc_vrt_ep_set_halt()
448 cfg->stat.halted = false; in udc_vrt_ep_clear_halt()
Dudc_skeleton.c89 if (cfg->stat.halted) { in udc_skeleton_ep_enqueue()
163 cfg->stat.halted = true; in udc_skeleton_ep_set_halt()
176 cfg->stat.halted = false; in udc_skeleton_ep_clear_halt()
Dudc_kinetis.c671 if (ep_cfg->stat.halted) { in usbfsotg_isr_handler()
681 if (ep_cfg->stat.halted) { in usbfsotg_isr_handler()
719 if (cfg->stat.halted) { in usbfsotg_ep_enqueue()
742 cfg->stat.halted = false; in usbfsotg_ep_dequeue()
781 cfg->stat.halted = true; in usbfsotg_ep_set_halt()
816 cfg->stat.halted = false; in usbfsotg_ep_clear_halt()
Dudc_renesas_ra.c341 if (cfg->stat.halted) { in udc_renesas_ra_ep_enqueue()
424 cfg->stat.halted = true; in udc_renesas_ra_ep_set_halt()
439 cfg->stat.halted = false; in udc_renesas_ra_ep_clear_halt()
Dudc_smartbond.c493 ep0_out_config->stat.halted = 0; in handle_ep0_rx()
495 ep0_in_config->stat.halted = 0; in handle_ep0_rx()
616 if (ep_cfg->stat.halted) { in udc_smartbond_ep_enqueue()
728 ep_cfg->stat.halted = 1; in udc_smartbond_ep_set_halt()
763 ep_cfg->stat.halted = 0; in udc_smartbond_ep_clear_halt()
1250 if (!ep_state->config.stat.halted) { in handle_alt_ev()
Dudc_ambiq.c268 if (!ep_cfg->stat.halted) { in udc_ambiq_ep_enqueue()
305 ep_cfg->stat.halted = true; in udc_ambiq_ep_set_halt()
319 ep_cfg->stat.halted = false; in udc_ambiq_ep_clear_halt()
Dudc_common.c388 cfg->stat.halted = 0; in udc_ep_enable_internal()
538 cfg->stat.halted = false; in udc_ep_clear_halt()
631 if (cfg->stat.enabled || cfg->stat.halted) { in udc_ep_dequeue()
Dudc_rpi_pico.c726 if (!cfg->stat.halted) { in udc_rpi_pico_ep_enqueue()
831 cfg->stat.halted = true; in udc_rpi_pico_ep_set_halt()
864 cfg->stat.halted = false; in udc_rpi_pico_ep_clear_halt()
Dudc_mcux_ip3511.c582 if (cfg->stat.halted) { in udc_mcux_ep_enqueue()
595 cfg->stat.halted = false; in udc_mcux_ep_dequeue()
Dudc_mcux_ehci.c582 if (cfg->stat.halted) { in udc_mcux_ep_enqueue()
595 cfg->stat.halted = false; in udc_mcux_ep_dequeue()
Dudc_numaker.c234 ep_cfg->stat.halted = stalled; in numaker_usbd_ep_sync_udc_halt()
1388 if (!ep_cfg->stat.halted) { in udc_numaker_ep_enqueue()
Dudc_dwc2.c1649 cfg->stat.halted = true; in udc_dwc2_ep_set_halt()
1671 cfg->stat.halted = false; in udc_dwc2_ep_clear_halt()
1699 if (!cfg->stat.halted) { in udc_dwc2_ep_enqueue()
/Zephyr-latest/cmake/sca/gcc/
Dsca.cmake27 # Therefore, currently, the build process is halted if 'ccache' is enabled.
/Zephyr-latest/samples/subsys/dap/
DREADME.rst44 Successfully halted device
/Zephyr-latest/drivers/usb/device/
Dusb_dc_rpi_pico.c44 uint8_t halted; member
650 ep_state->halted = 1U; in usb_dc_ep_set_stall()
672 ep_state->halted = 0U; in usb_dc_ep_clear_stall()
689 *stalled = ep_state->halted; in usb_dc_ep_is_stalled()
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_msc.c665 const uint8_t ep, const bool halted) in msc_bot_feature_halt() argument
669 if (ep == msc_get_bulk_in(c_data) && !halted && in msc_bot_feature_halt()
673 } else if (ep == msc_get_bulk_out(c_data) && !halted && in msc_bot_feature_halt()
/Zephyr-latest/include/zephyr/drivers/usb/
Dudc.h94 uint32_t halted : 1; member
/Zephyr-latest/drivers/dma/
Ddma_xilinx_axi_dma.c589 bool halted = false; in dma_xilinx_axi_dma_start() local
623 halted = true; in dma_xilinx_axi_dma_start()
644 if (halted) { in dma_xilinx_axi_dma_start()
/Zephyr-latest/include/zephyr/usb/
Dusbd.h331 uint8_t ep, bool halted);
/Zephyr-latest/doc/develop/debug/
Dindex.rst37 QEMU instance with the processor halted at startup and with a GDB server

12