Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
_rgb_led_config_t Struct Reference

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*‍/.
 

Detailed Description

Defines the configuration of the RGB LED controller.

Field Documentation

◆ pPwm_duty_arry

uint32_t* _rgb_led_config_t::pPwm_duty_arry

Pointer to PWM controller channels duty cycle configuration*‍/.

◆ pPwm_gpio_arry

uint32_t const* _rgb_led_config_t::pPwm_gpio_arry

Pointer to the gpios used as PWM output*‍/.

◆ pPwm_gpio_mode_arry

uint8_t const* _rgb_led_config_t::pPwm_gpio_mode_arry

Pointer to the gpios modes used as PWM output*‍/.

◆ pwm_ch_count

uint8_t _rgb_led_config_t::pwm_ch_count

The number of the PWM channels used*‍/.


The documentation for this struct was generated from the following file: