pwmdriver 2.0.0.0
|
Functions | |
void | pwmdriver_cfg_setup (pwmdriver_cfg_t *cfg) |
Config Object Initialization function. | |
PWMDRIVER_RETVAL | pwmdriver_init (pwmdriver_t *ctx, pwmdriver_cfg_t *cfg) |
Initialization function. | |
void | pwmdriver_default_cfg (pwmdriver_t *ctx) |
Click Default Configuration function. | |
void | pwmdriver_set_duty_cycle (pwmdriver_t *ctx, float duty_cycle) |
Generic sets PWM duty cycle. | |
void | pwmdriver_pwm_stop (pwmdriver_t *ctx) |
Stop PWM module. | |
void | pwmdriver_pwm_start (pwmdriver_t *ctx) |
Start PWM module. | |
void pwmdriver_cfg_setup | ( | pwmdriver_cfg_t * | cfg | ) |
Config Object Initialization function.
cfg | Click configuration structure. |
@description This function initializes click configuration structure to init state.
void pwmdriver_default_cfg | ( | pwmdriver_t * | ctx | ) |
Click Default Configuration function.
ctx | Click object. |
@description This function executes default configuration for PwmDriver click.
PWMDRIVER_RETVAL pwmdriver_init | ( | pwmdriver_t * | ctx, |
pwmdriver_cfg_t * | cfg ) |
Initialization function.
ctx | Click object. |
cfg | Click configuration structure. |
@description This function initializes all necessary pins and peripherals used for this click.
void pwmdriver_pwm_start | ( | pwmdriver_t * | ctx | ) |
Start PWM module.
ctx | Click object. |
@description This function starts PWM module.
void pwmdriver_pwm_stop | ( | pwmdriver_t * | ctx | ) |
Stop PWM module.
ctx | Click object. |
@description This function stops PWM module.
void pwmdriver_set_duty_cycle | ( | pwmdriver_t * | ctx, |
float | duty_cycle ) |
Generic sets PWM duty cycle.
ctx | Click object. |
duty_cycle | Duty cycle. |
@description This function sets the PWM duty cycle.