rpr_server sample
lightbulb_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
lightbulb_obj_t
lightbulb_obj_t struct
Syntax
Show:
Summary
Declaration
from
lightbulb.c:64
typedef
struct
{
lightbulb_status_t
status
;
lightbulb_capability_t
cap
;
lightbulb_power_limit_t
power
;
lightbulb_cct_kelvin_range_t
kelvin_range
;
TimerHandle_t
power_timer
;
TimerHandle_t
storage_timer
;
TimerHandle_t
effect_timer
;
SemaphoreHandle_t
mutex
;
bool
effect_interrupt_forbidden_flag
;
bool
effect_running_flag
;
}
lightbulb_obj_t
;
Fields
Field
Declared as
lightbulb_obj_t::status
lightbulb_status_t
lightbulb_obj_t::cap
lightbulb_capability_t
lightbulb_obj_t::power
lightbulb_power_limit_t
lightbulb_obj_t::kelvin_range
lightbulb_cct_kelvin_range_t
lightbulb_obj_t::power_timer
TimerHandle_t
lightbulb_obj_t::storage_timer
TimerHandle_t
lightbulb_obj_t::effect_timer
TimerHandle_t
lightbulb_obj_t::mutex
SemaphoreHandle_t
lightbulb_obj_t::effect_interrupt_forbidden_flag
bool
lightbulb_obj_t::effect_running_flag
bool
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