drivers: pwm: stm32: remove obvious comments
Removes obvious comments from the PWM configuration struct. Signed-off-by: Georgij Cernysiov <geo.cgv@gmail.com>
This commit is contained in:
parent
063e9447e0
commit
366bf47c27
1 changed files with 0 additions and 4 deletions
|
@ -58,13 +58,9 @@ struct pwm_stm32_data {
|
||||||
|
|
||||||
/** PWM configuration. */
|
/** PWM configuration. */
|
||||||
struct pwm_stm32_config {
|
struct pwm_stm32_config {
|
||||||
/** Timer instance. */
|
|
||||||
TIM_TypeDef *timer;
|
TIM_TypeDef *timer;
|
||||||
/** Prescaler. */
|
|
||||||
uint32_t prescaler;
|
uint32_t prescaler;
|
||||||
/** Clock configuration. */
|
|
||||||
struct stm32_pclken pclken;
|
struct stm32_pclken pclken;
|
||||||
/** pinctrl configurations. */
|
|
||||||
const struct pinctrl_dev_config *pcfg;
|
const struct pinctrl_dev_config *pcfg;
|
||||||
#ifdef CONFIG_PWM_CAPTURE
|
#ifdef CONFIG_PWM_CAPTURE
|
||||||
void (*irq_config_func)(const struct device *dev);
|
void (*irq_config_func)(const struct device *dev);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue