rpr_server sample
hal_obj_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
hal_obj_t
hal_obj_t struct
Syntax
Show:
Summary
Declaration
from
hal_driver.c:71
typedef
struct
{
lightbulb_driver_t
type
;
const
char
*
name
;
x_init_t
init
;
x_set_channel_t
set_channel
;
x_regist_channel_t
regist_channel
;
x_set_rgb_channel_t
set_rgb_channel
;
x_set_wy_or_cb_channel_t
set_wy_or_ct_channel
;
x_set_rgbwy_or_rgbct_channel_t
set_rgbwy_or_rgbct_channel
;
x_set_shutdown_t
set_shutdown
;
x_deinit_t
deinit
;
x_set_hw_fade_t
set_hw_fade
;
x_set_init_mode_t
set_init_mode
;
x_set_sleep_t
set_sleep_status
;
uint32_t
driver_grayscale_level
;
uint16_t
hardware_allow_max_input_value
;
bool
all_ch_allow_output
;
uint8_t
channel_num
;
}
hal_obj_t
;
Fields
Field
Declared as
hal_obj_t::type
lightbulb_driver_t
hal_obj_t::name
const
char
*
hal_obj_t::init
x_init_t
hal_obj_t::set_channel
x_set_channel_t
hal_obj_t::regist_channel
x_regist_channel_t
hal_obj_t::set_rgb_channel
x_set_rgb_channel_t
hal_obj_t::set_wy_or_ct_channel
x_set_wy_or_cb_channel_t
hal_obj_t::set_rgbwy_or_rgbct_channel
x_set_rgbwy_or_rgbct_channel_t
hal_obj_t::set_shutdown
x_set_shutdown_t
hal_obj_t::deinit
x_deinit_t
hal_obj_t::set_hw_fade
x_set_hw_fade_t
hal_obj_t::set_init_mode
x_set_init_mode_t
hal_obj_t::set_sleep_status
x_set_sleep_t
hal_obj_t::driver_grayscale_level
uint32_t
hal_obj_t::hardware_allow_max_input_value
uint16_t
hal_obj_t::all_ch_allow_output
bool
hal_obj_t::channel_num
uint8_t
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