Home
last modified time | relevance | path

Searched refs:target_cmp1 (Results 1 – 2 of 2) sorted by relevance

/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_pwm_drv.c148 … uint8_t cmp2_index, uint32_t target_cmp1, uint32_t target_cmp2) in pwm_update_raw_cmp_central_aligned() argument
151 if (!target_cmp1) { in pwm_update_raw_cmp_central_aligned()
152 target_cmp1 = reload + 1; in pwm_update_raw_cmp_central_aligned()
158 pwm_cmp_update_cmp_value(pwm_x, cmp1_index, target_cmp1, 0); in pwm_update_raw_cmp_central_aligned()
173 … uint8_t cmp2_index, uint32_t target_cmp1, uint32_t target_cmp2, in pwm_update_raw_hrcmp_central_aligned() argument
177 if (!target_cmp1) { in pwm_update_raw_hrcmp_central_aligned()
178 target_cmp1 = reload + 1; in pwm_update_raw_hrcmp_central_aligned()
184 pwm_cmp_update_hrcmp_value(pwm_x, cmp1_index, target_cmp1, target_hrcmp1); in pwm_update_raw_hrcmp_central_aligned()
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_pwm_drv.h1004 … uint8_t cmp2_index, uint32_t target_cmp1, uint32_t target_cmp2);
1135 … uint8_t cmp2_index, uint32_t target_cmp1, uint32_t target_cmp2,

Completed in 7 milliseconds