rpr_server sample
driver_kp18058_t
is only used within rpr_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rpr_server sample
driver_kp18058_t
driver_kp18058_t struct
Output configuration
Syntax
Show:
Summary
Declaration
from
kp18058.h:58
typedef
struct
{
uint8_t
rgb_current_multiple
;
uint8_t
cw_current_multiple
;
gpio_num_t
iic_clk
;
gpio_num_t
iic_sda
;
uint16_t
iic_freq_khz
;
bool
enable_iic_queue
:
1
;
bool
enable_custom_param
:
1
;
struct
{
kp18058_compensation_t
compensation
;
kp18058_slope_t
slope
;
kp18058_chopping_freq_t
chopping_freq
;
bool
disable_voltage_compensation
:
1
;
bool
disable_chopping_dimming
:
1
;
bool
enable_rc_filter
:
1
;
}
custom_param
;
}
driver_kp18058_t
;
Fields
Field
Declared as
driver_kp18058_t::rgb_current_multiple
uint8_t
driver_kp18058_t::cw_current_multiple
uint8_t
driver_kp18058_t::iic_clk
gpio_num_t
driver_kp18058_t::iic_sda
gpio_num_t
driver_kp18058_t::iic_freq_khz
uint16_t
driver_kp18058_t::enable_iic_queue
bool
:
1
driver_kp18058_t::enable_custom_param
bool
:
1
driver_kp18058_t::custom_param
struct
{
kp18058_compensation_t
compensation
;
kp18058_slope_t
slope
;
kp18058_chopping_freq_t
chopping_freq
;
bool
disable_voltage_compensation
:
1
;
bool
disable_chopping_dimming
:
1
;
bool
enable_rc_filter
:
1
;
}
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out