Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/debug_scripts/iar/
A Dsamd21_xplained_pro_flash.mac9 // Hardware Reset: CPU is automatically halted after the reset
22 // Hardware Reset: CPU is automatically halted after the reset
A Dsamd21_xplained_pro_sram.mac9 // Hardware Reset: CPU is automatically halted after the reset
22 // Hardware Reset: CPU is automatically halted after the reset
/bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/debug_scripts/iar/
A Dsamd20_xplained_pro_flash.mac9 // Hardware Reset: CPU is automatically halted after the reset
24 // Hardware Reset: CPU is automatically halted after the reset
A Dsamd20_xplained_pro_sram.mac9 // Hardware Reset: CPU is automatically halted after the reset
24 // Hardware Reset: CPU is automatically halted after the reset
/bsp/hpmicro/libraries/hpm_sdk/components/usb/host/
A Dhpm_usb_host.c192 p_qhd->qtd_overlay.halted = 0; in usb_host_qhd_init()
293 async_head->qtd_overlay.halted = 1; in usb_host_init_async_list()
307 … handle->hcd_data->period_head_arr[i].qtd_overlay.halted = 1; /* dummy node, always inactive */ in usb_host_init_periodic_list()
586 return ((!p_qhd->qtd_overlay.halted) && (p_qhd->p_qtd_list_head != NULL)); in usb_host_edpt_busy()
593 return p_qhd->qtd_overlay.halted && !usb_host_qhd_has_xact_error(p_qhd); in usb_host_edpt_stalled()
600 p_qhd->qtd_overlay.halted = 0; in usb_host_edpt_clear_stall()
A Dhpm_usb_host.h124 volatile uint32_t halted : 1 ; /* Serious error or STALL received */ member
/bsp/nxp/imx/imxrt/imxrt1052-fire-pro/board/JLink_Vxxx/Devices/NXP/iMXRT_UFL/
A DiMXRT6xx_CortexM33.JLinkScript19 JLINK_TARGET_Halt(); // Make sure that the CPU is halted when reset is called
A DiMXRT5xx_CortexM33.JLinkScript22 JLINK_TARGET_Halt(); // Make sure that the CPU is halted when reset is called
/bsp/hpmicro/libraries/hpm_sdk/components/usb/device/
A Dhpm_usb_device.h37 volatile uint32_t halted : 1; member
/bsp/at91/at91sam9260/debug_scripts/
A Dat91sam9260.mac41 …__hwReset(0); //* Hardware Reset: CPU is automatically halted after the r…

Completed in 24 milliseconds