| /Zephyr-latest/scripts/native_simulator/common/src/ |
| D | nce.c | 137 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/ |
| D | soc.c | 54 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()
|
| D | posix_soc.h | 19 void posix_change_cpu_state_and_wait(bool halted);
|
| /Zephyr-latest/subsys/usb/device_next/ |
| D | usbd_class_api.h | 125 const bool halted) in usbd_class_feature_halt() argument 130 api->feature_halt(c_data, ep, halted); in usbd_class_feature_halt()
|
| D | usbd_ch9.c | 219 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/ |
| D | udc_virtual.c | 70 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()
|
| D | udc_skeleton.c | 89 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()
|
| D | udc_kinetis.c | 671 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()
|
| D | udc_renesas_ra.c | 341 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()
|
| D | udc_smartbond.c | 493 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()
|
| D | udc_ambiq.c | 268 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()
|
| D | udc_common.c | 388 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()
|
| D | udc_rpi_pico.c | 726 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()
|
| D | udc_mcux_ip3511.c | 582 if (cfg->stat.halted) { in udc_mcux_ep_enqueue() 595 cfg->stat.halted = false; in udc_mcux_ep_dequeue()
|
| D | udc_mcux_ehci.c | 582 if (cfg->stat.halted) { in udc_mcux_ep_enqueue() 595 cfg->stat.halted = false; in udc_mcux_ep_dequeue()
|
| D | udc_numaker.c | 234 ep_cfg->stat.halted = stalled; in numaker_usbd_ep_sync_udc_halt() 1388 if (!ep_cfg->stat.halted) { in udc_numaker_ep_enqueue()
|
| D | udc_dwc2.c | 1649 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/ |
| D | sca.cmake | 27 # Therefore, currently, the build process is halted if 'ccache' is enabled.
|
| /Zephyr-latest/samples/subsys/dap/ |
| D | README.rst | 44 Successfully halted device
|
| /Zephyr-latest/drivers/usb/device/ |
| D | usb_dc_rpi_pico.c | 44 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/ |
| D | usbd_msc.c | 665 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/ |
| D | udc.h | 94 uint32_t halted : 1; member
|
| /Zephyr-latest/drivers/dma/ |
| D | dma_xilinx_axi_dma.c | 589 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/ |
| D | usbd.h | 331 uint8_t ep, bool halted);
|
| /Zephyr-latest/doc/develop/debug/ |
| D | index.rst | 37 QEMU instance with the processor halted at startup and with a GDB server
|