CUSTOM_CURVE_POINTS
memcpy(fixed_duty_cmd + SET_CURVE_DUTY_CMD_HEADER_LENGTH, curve_array, CUSTOM_CURVE_POINTS);
u8 fixed_curve_points[CUSTOM_CURVE_POINTS];
for (i = 0; i < CUSTOM_CURVE_POINTS - 1; i++)
fixed_curve_points[CUSTOM_CURVE_POINTS - 1] = 100;
if (index >= CUSTOM_CURVE_POINTS && priv->kind == X53)
u8 pwm_points[CUSTOM_CURVE_POINTS];