table of contents
other versions
PWM_ADJUST_CONFIG(9) | Pulse-Width Modulation (PWM) | PWM_ADJUST_CONFIG(9) |
NAME¶
pwm_adjust_config - adjust the current PWM config to the PWM arguments
SYNOPSIS¶
int pwm_adjust_config(struct pwm_device * pwm);
ARGUMENTS¶
pwm
PWM device
DESCRIPTION¶
This function will adjust the PWM config to the PWM arguments provided by the DT or PWM lookup table. This is particularly useful to adapt the bootloader config to the Linux one.
COPYRIGHT¶
January 2017 | Kernel Hackers Manual 4.8. |