Searched refs:shadow_index (Results 1 – 1 of 1) sorted by relevance
1783 … pwmv2_calculate_select_up_limit_offset(PWMV2_Type *pwm_x, uint8_t cal_index, uint8_t shadow_index) in pwmv2_calculate_select_up_limit_offset() argument1785 …L[cal_index].CFG1 & ~PWMV2_CAL_CFG1_CAL_LIM_UP_MASK) | PWMV2_CAL_CFG1_CAL_LIM_UP_SET(shadow_index); in pwmv2_calculate_select_up_limit_offset()1795 …pwmv2_calculate_select_low_limit_offset(PWMV2_Type *pwm_x, uint8_t cal_index, uint8_t shadow_index) in pwmv2_calculate_select_low_limit_offset() argument1797 …L[cal_index].CFG1 & ~PWMV2_CAL_CFG1_CAL_LIM_LO_MASK) | PWMV2_CAL_CFG1_CAL_LIM_LO_SET(shadow_index); in pwmv2_calculate_select_low_limit_offset()1807 …e void pwmv2_calculate_select_in_offset(PWMV2_Type *pwm_x, uint8_t cal_index, uint8_t shadow_index) in pwmv2_calculate_select_in_offset() argument1809 …L[cal_index].CFG1 & ~PWMV2_CAL_CFG1_CAL_IN_OFF_MASK) | PWMV2_CAL_CFG1_CAL_IN_OFF_SET(shadow_index); in pwmv2_calculate_select_in_offset()
Completed in 11 milliseconds