Searched refs:target_cmp2 (Results 1 – 2 of 2) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_pwm_drv.c | 148 … uint8_t cmp2_index, uint32_t target_cmp1, uint32_t target_cmp2) in pwm_update_raw_cmp_central_aligned() argument 154 if (!target_cmp2) { in pwm_update_raw_cmp_central_aligned() 155 target_cmp2 = reload + 1; in pwm_update_raw_cmp_central_aligned() 159 pwm_cmp_update_cmp_value(pwm_x, cmp2_index, target_cmp2, 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 180 if (!target_cmp2) { in pwm_update_raw_hrcmp_central_aligned() 181 target_cmp2 = reload + 1; in pwm_update_raw_hrcmp_central_aligned() 185 pwm_cmp_update_hrcmp_value(pwm_x, cmp2_index, target_cmp2, target_hrcmp2); in pwm_update_raw_hrcmp_central_aligned()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_pwm_drv.h | 1004 … 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 9 milliseconds