|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Fake PWM driver. More...
Files | |
| file | pwm_fake.h |
| Fake PWM driver API functions. | |
Functions | |
| DECLARE_FAKE_VALUE_FUNC (int, fake_pwm_set_cycles, const struct device *, uint32_t, uint32_t, uint32_t, pwm_flags_t) | |
| @fake_of{pwm_driver_api::set_cycles} | |
Fake PWM driver.
@driver_fake{pwm_interface,CONFIG_PWM_FAKE,zephyr\,fake-pwm}
| DECLARE_FAKE_VALUE_FUNC | ( | int | , |
| fake_pwm_set_cycles | , | ||
| const struct device * | , | ||
| uint32_t | , | ||
| uint32_t | , | ||
| uint32_t | , | ||
| pwm_flags_t | ) |
#include <pwm_fake.h>
@fake_of{pwm_driver_api::set_cycles}