|
Hardware Abstraction Layer for FreeRTOS
|


Go to the source code of this file.
Data Structures | |
| struct | pwm_generic |
Functions | |
| struct pwm * | pwm_init (uint32_t index) |
| int32_t | pwm_deinit (struct pwm *pwm) |
| int32_t | pwm_setPeriod (struct pwm *pwm, uint64_t us) |
| int32_t | pwm_setDutyCycle (struct pwm *pwm, uint64_t us) |