ESP-IDF
bt_mesh_light_lc_state_machine
is only used within ESP-IDF.
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
ESP-IDF
bt_mesh_light_lc_state_machine
bt_mesh_light_lc_state_machine struct
Syntax
Show:
Summary
Declaration
from
lighting_server.h:238
struct
bt_mesh_light_lc_state_machine
{
struct
{
uint8_t
fade_on
;
uint8_t
fade
;
uint8_t
fade_standby_auto
;
uint8_t
fade_standby_manual
;
}
trans_time
;
bt_mesh_lc_state
state
;
struct
k_delayed_work
timer
;
}
;
Fields
Field
Declared as
bt_mesh_light_lc_state_machine::trans_time
struct
{
uint8_t
fade_on
;
uint8_t
fade
;
uint8_t
fade_standby_auto
;
uint8_t
fade_standby_manual
;
}
bt_mesh_light_lc_state_machine::state
bt_mesh_lc_state
bt_mesh_light_lc_state_machine::timer
struct
k_delayed_work
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