Home
last modified time | relevance | path

Searched defs:PwmConfig (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dpwm_if.h91 struct PwmConfig { struct
92 uint32_t duty; /**< Duty cycle, in nanoseconds */
93 uint32_t period; /**< PWM period, in nanoseconds */
94 uint32_t number; /**< Number of square waves to generate. A positive value indicates that
98 uint8_t polarity; /**< Polarity
103 uint8_t status; /**< Running status
/ohos5.0/drivers/hdf_core/adapter/platform/pwm/
H A Dpwm_stm32f4xx.c62 } PwmConfig; typedef