Searched refs:halted (Results 1 – 10 of 10) sorted by relevance
9 // Hardware Reset: CPU is automatically halted after the reset22 // Hardware Reset: CPU is automatically halted after the reset
9 // Hardware Reset: CPU is automatically halted after the reset24 // Hardware Reset: CPU is automatically halted after the reset
192 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()
124 volatile uint32_t halted : 1 ; /* Serious error or STALL received */ member
19 JLINK_TARGET_Halt(); // Make sure that the CPU is halted when reset is called
22 JLINK_TARGET_Halt(); // Make sure that the CPU is halted when reset is called
37 volatile uint32_t halted : 1; member
41 …__hwReset(0); //* Hardware Reset: CPU is automatically halted after the r…
Completed in 24 milliseconds