Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/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-Core-3.6.0/soc/posix/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-Core-3.6.0/subsys/usb/device_next/
Dusbd_class_api.h125 const bool halted) in usbd_class_feature_halt() argument
130 api->feature_halt(node, ep, halted); in usbd_class_feature_halt()
Dusbd_ch9.c209 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/
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.c664 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()
Dudc_common.c357 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()
Dudc_dwc2.c918 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/
Dusb_dc_rpi_pico.c43 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/
Dusbd_msc.c657 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/
Dudc.h90 uint32_t halted : 1; member
/Zephyr-Core-3.6.0/include/zephyr/usb/
Dusbd.h203 uint8_t ep, bool halted);
/Zephyr-Core-3.6.0/doc/develop/debug/
Dindex.rst37 QEMU instance with the processor halted at startup and with a GDB server
/Zephyr-Core-3.6.0/boards/arm/cyclonev_socdk/doc/
Dindex.rst255 target halted in ARM state due to debug-request, current mode: Supervisor
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-3.2.rst1769 - :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
Drelease-notes-3.3.rst3029 * :github:`53663` - Error while trying to flash nucleo_f446re: TARGET: stm32f4x.cpu - Not halted