Defines the configuration of the RGB LED controller. More...
#include <rgb_led_drv.h>
Data Fields | |
| uint32_t const * | pPwm_gpio_arry |
| Pointer to the gpios used as PWM output*/. | |
| uint8_t const * | pPwm_gpio_mode_arry |
| Pointer to the gpios modes used as PWM output*/. | |
| uint32_t * | pPwm_duty_arry |
| Pointer to PWM controller channels duty cycle configuration*/. | |
| uint8_t | pwm_ch_count |
| The number of the PWM channels used*/. | |
Defines the configuration of the RGB LED controller.
| uint32_t* _rgb_led_config_t::pPwm_duty_arry |
Pointer to PWM controller channels duty cycle configuration*/.
| uint32_t const* _rgb_led_config_t::pPwm_gpio_arry |
Pointer to the gpios used as PWM output*/.
| uint8_t const* _rgb_led_config_t::pPwm_gpio_mode_arry |
Pointer to the gpios modes used as PWM output*/.
| uint8_t _rgb_led_config_t::pwm_ch_count |
The number of the PWM channels used*/.