NimBLE_Security sample
led_model_t
is only used within NimBLE_Security sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
NimBLE_Security sample
led_model_t
led_model_t enum
Syntax
Show:
Summary
Declaration
from
led_strip_types.h:27
enum
{
LED_MODEL_WS2812
,
LED_MODEL_SK6812
,
LED_MODEL_INVALID
}
;
Values
Value
Declared as
Description
led_model_t::LED_MODEL_WS2812
LED strip model: WS2812.
led_model_t::LED_MODEL_SK6812
LED strip model: SK6812.
led_model_t::LED_MODEL_INVALID
Invalid LED strip model.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
led_strip_types.h:27
}
led_model_t
;
led_strip_types.h:31
led_model_t
led_model
;
/*!< LED model */
led_strip_rmt_encoder.h:21
led_strip_encoder_config_t
led_strip_encoder_config_t::led_model
}
led_model_t
;
led_strip_types.h:31
led_model_t
led_model_t
led_model
;
/*!< LED model */
led_strip_types.h:45
led_strip_config_t
led_strip_config_t::led_model
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
led_strip_config_t::led_model
led_strip_config_t
led_strip_types.h:45
led_strip_encoder_config_t::led_model
led_strip_encoder_config_t
led_strip_rmt_encoder.h:21
Lifecycle
from
examples
All items filtered out
All items filtered out