Home
last modified time | relevance | path

Searched refs:target_cmp2 (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
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 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 9 milliseconds