/Zephyr-latest/dts/bindings/stepper/adi/ |
D | adi,trinamic-stallguard.yaml | 16 This signed value controls StallGuard2 level for stall output and sets the 21 to indicate a stall. 27 Threshold velocity for StallGuard2 to detect a stall event.
|
D | adi,trinamic-ramp-generator.yaml | 114 The stop on stall function (enable with sg_stop when using internal motion controller) 119 - CoolStep and stop on stall are enabled, if configured
|
/Zephyr-latest/tests/bluetooth/shell/boards/ |
D | native_sim.conf | 7 # 5ms ISO interval bidirectional data the system shall never stall for more
|
/Zephyr-latest/tests/subsys/logging/log_blocking/ |
D | REAME.md | 58 stall. We can also be sure that the output will be able to relieve 76 the core log buffer will approach 100% capacity and, eventually, stall the 92 automatically recover from a stall.
|
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace15_mtpm/ |
D | adsp_boot.h | 17 * control, such as reset, stall, power gating, clock gating etc.
|
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace20_lnl/ |
D | adsp_boot.h | 17 * control, such as reset, stall, power gating, clock gating etc.
|
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace30/ |
D | adsp_boot.h | 17 * control, such as reset, stall, power gating, clock gating etc.
|
/Zephyr-latest/subsys/usb/device/class/ |
D | msc.c | 298 /* Stall data stage */ in fail() 376 LOG_WRN("Stall IN endpoint"); in testUnitReady() 379 LOG_WRN("Stall OUT endpoint"); in testUnitReady() 627 LOG_WRN("Stall OUT endpoint"); in CBWDecode() 642 LOG_WRN("Stall IN endpoint"); in CBWDecode() 662 LOG_WRN("Stall IN endpoint"); in CBWDecode() 799 /*an error has occurred: stall endpoint and send CSW*/ in mass_storage_bulk_out() 801 LOG_WRN("Stall OUT endpoint, stage: %d", stage); in mass_storage_bulk_out() 893 LOG_WRN("Stall IN endpoint, stage: %d", stage); in mass_storage_bulk_in()
|
/Zephyr-latest/drivers/usb/common/nrf_usbd_common/ |
D | nrf_usbd_common.h | 564 * @brief Stall endpoint 566 * Stall endpoit to send error information during next transfer request from 569 * @note To stall endpoint it is safer to use @ref nrf_usbd_common_setup_stall 572 * @param[in] ep Endpoint number to stall. 577 * @brief Clear stall flag on endpoint. 594 * This function gets stall state of selected endpoint. 639 * @brief Stall setup endpoint.
|
/Zephyr-latest/soc/st/stm32/common/ |
D | stm32_hsem.h | 34 * (as this will stall both CPUs) 35 * The PES bit shall not be used as this may stall the CPU2 in some cases.
|
/Zephyr-latest/tests/subsys/usb/device/src/ |
D | main.c | 124 /* Set stall to invalid EP */ in ZTEST() 128 /* Clear stall to invalid EP */ in ZTEST()
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_cc13xx_cc26xx_timer.c | 217 /* Stall timer when debugging. in init_pwm() 219 * TODO: Make debug stall configurable via custom DT prop. in init_pwm()
|
/Zephyr-latest/subsys/logging/frontends/ |
D | Kconfig | 95 When enabled, accessing STMESP registers will stall if write cannot be
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_sam_usbc.c | 43 /* STALL enabled on IN & OUT packet */ 114 "STALL", 345 LOG_INF("STP - STALL"); in usb_dc_ctrl_stall_data() 482 * extra OUT data then stall extra OUT data in usb_dc_ep0_isr() 507 * extra IN data then stall extra IN data. in usb_dc_ep0_isr() 969 /** Stall without commit any status */ in usb_dc_ep_set_stall() 976 LOG_WRN("USB DC stall set ep 0x%02x", ep); in usb_dc_ep_set_stall() 1004 LOG_DBG("USB DC stall clear ep 0x%02x", ep); in usb_dc_ep_clear_stall() 1023 LOG_DBG("USB DC stall check ep 0x%02x stalled: %d", ep, *stalled); in usb_dc_ep_is_stalled()
|
D | usb_dc_smartbond.c | 127 uint8_t stall : 1; /** Endpoint is stalled */ member 558 ep0_out_state->stall = 0; in handle_ep0_rx() 560 ep0_in_state->stall = 0; in handle_ep0_rx() 758 * TX_DONE also indicates that STALL packet was just sent, in handle_epx_tx_ev() 1375 /* Clear stall is called in response to Clear Feature ENDPOINT_HALT, in usb_dc_ep_clear_stall() 1378 ep_state->stall = false; in usb_dc_ep_clear_stall() 1550 ep_state->stall = 1; in usb_dc_ep_set_stall() 1553 /* EP0 has just one registers to control stall for IN and OUT */ in usb_dc_ep_set_stall() 1586 *stalled = ep_state->stall; in usb_dc_ep_is_stalled()
|
D | usb_dc_native_posix.c | 238 /* Not possible to clear stall for EP0 */ in usb_dc_ep_clear_stall() 257 /* Cannot disable EP0, just set stall */ in usb_dc_ep_halt()
|
/Zephyr-latest/include/zephyr/drivers/usb/ |
D | usb_dc.h | 218 * @brief Set stall condition for the selected endpoint 228 * @brief Clear stall condition for the selected endpoint 242 * @param[out] stalled Endpoint stall status
|
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/ |
D | README.txt | 78 7. When wdt_feed() can stall, extend WDT_TEST_FLAGS with:
|
/Zephyr-latest/include/zephyr/usb/ |
D | usb_device.h | 291 * @brief Set STALL condition on the specified endpoint 293 * This function is called by USB device class handler code to set stall 304 * @brief Clears STALL condition on the specified endpoint 306 * This function is called by USB device class handler code to clear stall
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_it82xx2.c | 133 /* Record if the previous transaction of endpoint0 is STALL */ 534 /* It82xx2 does not support clearing the STALL bit by hardware; instead, the STALL bit need in ctrl_ep_stall_workaround() 536 * USB specification, if firmware clears the STALL bit too late. Due to this hardware in ctrl_ep_stall_workaround() 537 * limitations, device controller polls to check if the stall bit has been transmitted for in ctrl_ep_stall_workaround() 1229 /* Check if the stall bit is set */ in it82xx2_check_ep0_stall() 1235 LOG_ERR("Cleared stall bit"); in it82xx2_check_ep0_stall() 1239 /* Check if the IN transaction is STALL */ in it82xx2_check_ep0_stall()
|
/Zephyr-latest/drivers/stepper/adi_tmc/ |
D | adi_tmc5041_stepper_controller.c | 202 LOG_INF("%s: Stall detected", stepper_data->stepper->name); in rampstat_work_handler() 244 LOG_DBG("RAMPSTAT %s:Stall detected", stepper_data->stepper->name); in rampstat_work_handler() 655 LOG_DBG("Setting stall guard to %d with delay %d ms", stepper_config->sg_threshold, in tmc5041_stepper_init()
|
/Zephyr-latest/boards/native/doc/ |
D | arch_soc.rst | 105 will stall the execution. For example, the following busy wait loop code, 106 which could be interrupted on actual hardware, will stall the execution of 114 updated by an interrupt handler or another thread, will also stall
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_cavs_host.c | 159 * fact will stall if a message goes unacknowledged. Support in set_enabled()
|
/Zephyr-latest/drivers/usb/uhc/ |
D | uhc_max3421e.h | 190 /* Peripheral returned STALL */
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_cc13xx_cc26xx.c | 95 /* Stall the WDT counter when halted by debugger */ in wdt_cc13xx_cc26xx_setup()
|