unprov_dev sample
lightbulb_obj_t
is only used within unprov_dev 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
unprov_dev 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
Code
Location
Referrer
typedef
struct
{
lightbulb.c:64
}
lightbulb_obj_t
;
lightbulb.c:75
lightbulb_obj_t
static
lightbulb_obj_t
*
s_lb_obj
=
NULL
;
lightbulb.c:77
s_lb_obj
=
calloc
(
1
,
sizeof
(
lightbulb_obj_t
)
)
;
lightbulb.c:449
lightbulb_init()
free
(
s_lb_obj
)
;
lightbulb.c:635
lightbulb_deinit()
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
Instance
Scope
Location
Project
s_lb_obj
lightbulb.c:77
Lifecycle
from
examples
lightbulb_obj_t
is allocated by 1 symbol and is freed by 1 symbol:
lightbulb_init()
All items filtered out
lightbulb_obj_t
lightbulb_deinit()
All items filtered out