Searched refs:CLC_Type (Results 1 – 4 of 4) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_clc_drv.h | 96 static inline void clc_set_enable(CLC_Type *clc, clc_chn_t chn, bool enable) in clc_set_enable() 162 static inline uint32_t clc_get_irq_status(CLC_Type *clc, clc_chn_t chn) in clc_get_irq_status() 221 static inline uint32_t clc_get_pwm_period(CLC_Type *clc, clc_chn_t chn) in clc_get_pwm_period() 232 static inline uint32_t clc_get_output_value(CLC_Type *clc, clc_chn_t chn) in clc_get_output_value() 243 static inline uint32_t clc_get_timestamp(CLC_Type *clc, clc_chn_t chn) in clc_get_timestamp() 254 static inline int32_t clc_get_eadc_current_value(CLC_Type *clc, clc_chn_t chn) in clc_get_eadc_current_value() 265 static inline int32_t clc_get_eadc_previous0_value(CLC_Type *clc, clc_chn_t chn) in clc_get_eadc_previous0_value() 309 static inline int32_t clc_get_2p2z_current_value(CLC_Type *clc, clc_chn_t chn) in clc_get_2p2z_current_value() 353 static inline int32_t clc_get_3p3z_current_value(CLC_Type *clc, clc_chn_t chn) in clc_get_3p3z_current_value() 395 static inline void clc_set_sw_inject_dq_adc_value_ready(CLC_Type *clc) in clc_set_sw_inject_dq_adc_value_ready() [all …]
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_clc_drv.c | 11 void clc_config_param(CLC_Type *clc, clc_chn_t chn, clc_param_config_t *param) in clc_config_param() 26 hpm_stat_t clc_config_coeff(CLC_Type *clc, clc_chn_t chn, clc_coeff_zone_t zone, clc_coeff_config_t… in clc_config_coeff() 79 void clc_sw_inject_dq_adc_value(CLC_Type *clc, uint32_t d_value, uint32_t q_value) in clc_sw_inject_dq_adc_value()
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/HPM6E80/ |
| A D | hpm_soc.h | 748 #define HPM_CLC0 ((CLC_Type *) HPM_CLC0_BASE) 752 #define HPM_CLC1 ((CLC_Type *) HPM_CLC1_BASE)
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/ip/ |
| A D | hpm_clc_regs.h | 57 } CLC_Type; typedef
|
Completed in 47 milliseconds