Searched refs:VSC_Type (Results 1 – 4 of 4) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_vsc_drv.h | 145 static inline void vsc_set_enable(VSC_Type *vsc, bool enable) in vsc_set_enable() 202 static inline uint32_t vsc_get_irq_status(VSC_Type *vsc) in vsc_get_irq_status() 212 static inline void vsc_clear_irq_status(VSC_Type *vsc, uint32_t irq_mask) in vsc_clear_irq_status() 224 static inline bool vsc_get_irq_flag(VSC_Type *vsc, uint32_t irq_mask) in vsc_get_irq_flag() 254 static inline void vsc_set_adc_tolerate(VSC_Type *vsc, uint32_t tolerate) in vsc_set_adc_tolerate() 273 static inline void vsc_set_sw_trig_in(VSC_Type *vsc) in vsc_set_sw_trig_in() 284 static inline int32_t vsc_get_d_axis_value(VSC_Type *vsc, bool positive_seq) in vsc_get_d_axis_value() 347 static inline uint32_t vsc_get_adc_timestamp(VSC_Type *vsc) in vsc_get_adc_timestamp() 358 void vsc_get_default_config(VSC_Type *vsc, vsc_config_t *config); 366 void vsc_config_init(VSC_Type *vsc, vsc_config_t *config); [all …]
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_vsc_drv.c | 10 void vsc_get_default_config(VSC_Type *vsc, vsc_config_t *config) in vsc_get_default_config() 45 void vsc_config_init(VSC_Type *vsc, vsc_config_t *config) in vsc_config_init() 82 void vsc_sw_inject_abc_value(VSC_Type *vsc, int32_t value_a, int32_t value_b, int32_t value_c) in vsc_sw_inject_abc_value() 91 void vsc_sw_inject_pos_value(VSC_Type *vsc, uint32_t pos) in vsc_sw_inject_pos_value()
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/HPM6E80/ |
| A D | hpm_soc.h | 737 #define HPM_VSC0 ((VSC_Type *) HPM_VSC0_BASE) 741 #define HPM_VSC1 ((VSC_Type *) HPM_VSC1_BASE)
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/ip/ |
| A D | hpm_vsc_regs.h | 48 } VSC_Type; typedef
|
Completed in 11 milliseconds