/Zephyr-Core-3.6.0/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-Core-3.6.0/soc/posix/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-Core-3.6.0/subsys/usb/device_next/ |
D | usbd_class_api.h | 125 const bool halted) in usbd_class_feature_halt() argument 130 api->feature_halt(node, ep, halted); in usbd_class_feature_halt()
|
D | usbd_ch9.c | 209 const uint8_t ep, const bool halted) in sreq_feature_halt_notify() argument 214 usbd_class_feature_halt(c_nd, ep, halted); in sreq_feature_halt_notify()
|
/Zephyr-Core-3.6.0/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 | 664 if (ep_cfg->stat.halted) { in usbfsotg_isr_handler() 674 if (ep_cfg->stat.halted) { in usbfsotg_isr_handler() 712 if (cfg->stat.halted) { in usbfsotg_ep_enqueue() 735 cfg->stat.halted = false; in usbfsotg_ep_dequeue() 774 cfg->stat.halted = true; in usbfsotg_ep_set_halt() 809 cfg->stat.halted = false; in usbfsotg_ep_clear_halt()
|
D | udc_common.c | 357 cfg->stat.halted = 0; in udc_ep_enable_internal() 507 cfg->stat.halted = false; in udc_ep_clear_halt() 595 if (cfg->stat.enabled || cfg->stat.halted) { in udc_ep_dequeue()
|
D | udc_dwc2.c | 918 if (!cfg->stat.halted) { in udc_dwc2_ep_enqueue() 1234 cfg->stat.halted = true; in udc_dwc2_ep_set_halt() 1246 cfg->stat.halted = false; in udc_dwc2_ep_clear_halt()
|
/Zephyr-Core-3.6.0/drivers/usb/device/ |
D | usb_dc_rpi_pico.c | 43 uint8_t halted; member 583 ep_state->halted = 1U; in usb_dc_ep_set_stall() 605 ep_state->halted = 0U; in usb_dc_ep_clear_stall() 622 *stalled = ep_state->halted; in usb_dc_ep_is_stalled()
|
/Zephyr-Core-3.6.0/subsys/usb/device_next/class/ |
D | usbd_msc.c | 657 const uint8_t ep, const bool halted) in msc_bot_feature_halt() argument 661 if (ep == msc_get_bulk_in(node) && !halted && in msc_bot_feature_halt() 665 } else if (ep == msc_get_bulk_out(node) && !halted && in msc_bot_feature_halt()
|
/Zephyr-Core-3.6.0/include/zephyr/drivers/usb/ |
D | udc.h | 90 uint32_t halted : 1; member
|
/Zephyr-Core-3.6.0/include/zephyr/usb/ |
D | usbd.h | 203 uint8_t ep, bool halted);
|
/Zephyr-Core-3.6.0/doc/develop/debug/ |
D | index.rst | 37 QEMU instance with the processor halted at startup and with a GDB server
|
/Zephyr-Core-3.6.0/boards/arm/cyclonev_socdk/doc/ |
D | index.rst | 255 target halted in ARM state due to debug-request, current mode: Supervisor
|
/Zephyr-Core-3.6.0/doc/releases/ |
D | release-notes-3.2.rst | 1769 - :github:`50306` - Not able to flash stm32h735g_disco - TARGET: stm32h7x.cpu0 - Not halted 1862 * :github:`50306` - Not able to flash stm32h735g_disco - TARGET: stm32h7x.cpu0 - Not halted
|
D | release-notes-3.3.rst | 3029 * :github:`53663` - Error while trying to flash nucleo_f446re: TARGET: stm32f4x.cpu - Not halted
|