Home
last modified time | relevance | path

Searched defs:drivers (Results 1 – 6 of 6) sorted by relevance

/device/soc/hpmicro/sdk/hpm_sdk/middleware/hpm_mcl_v2/core/drivers/
Dhpm_mcl_drivers.c10 hpm_mcl_stat_t hpm_mcl_drivers_init(mcl_drivers_t *drivers, mcl_drivers_cfg_t *cfg) in hpm_mcl_drivers_init()
23 hpm_mcl_stat_t hpm_mcl_drivers_update_bldc_duty(mcl_drivers_t *drivers, float duty_a, float duty_b,… in hpm_mcl_drivers_update_bldc_duty()
38 hpm_mcl_stat_t hpm_mcl_drivers_update_step_duty(mcl_drivers_t *drivers, float duty_a0, float duty_a… in hpm_mcl_drivers_update_step_duty()
56 hpm_mcl_stat_t hpm_mcl_disable_all_drivers(mcl_drivers_t *drivers) in hpm_mcl_disable_all_drivers()
65 hpm_mcl_stat_t hpm_mcl_enable_all_drivers(mcl_drivers_t *drivers) in hpm_mcl_enable_all_drivers()
/device/soc/hpmicro/sdk/hpm_sdk/middleware/hpm_mcl_v2/core/detect/
Dhpm_mcl_detect.h21 mcl_drivers_status_t *drivers; member
43 bool drivers; member
55 mcl_drivers_t *drivers; member
Dhpm_mcl_detect.c11 mcl_analog_t *analog, mcl_drivers_t *drivers) in hpm_mcl_detect_init()
/device/soc/hpmicro/sdk/hpm_sdk/middleware/hpm_mcl_v2/core/loop/
Dhpm_mcl_loop.c11 … mcl_control_t *control, mcl_drivers_t *drivers, mcl_path_plan_t *path) in hpm_mcl_loop_init()
Dhpm_mcl_loop.h55 mcl_drivers_t *drivers; member
/device/soc/esp/esp32/components/spi_flash/
Desp_flash_api.c295 const spi_flash_chip_t **drivers = esp_flash_registered_chips; in detect_spi_flash_chip() local