NimBLE_Security sample
led_strip_rmt_obj
is only used within NimBLE_Security 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
NimBLE_Security sample
led_strip_rmt_obj
led_strip_rmt_obj struct
Syntax
Show:
Summary
Declaration
from
led_strip_rmt_dev.c:27
typedef
struct
{
led_strip_t
base
;
rmt_channel_handle_t
rmt_chan
;
rmt_encoder_handle_t
strip_encoder
;
uint32_t
strip_len
;
uint8_t
bytes_per_pixel
;
uint8_t
pixel_buf
[
]
;
}
led_strip_rmt_obj
;
Fields
Field
Declared as
led_strip_rmt_obj::base
led_strip_t
led_strip_rmt_obj::rmt_chan
rmt_channel_handle_t
led_strip_rmt_obj::strip_encoder
rmt_encoder_handle_t
led_strip_rmt_obj::strip_len
uint32_t
led_strip_rmt_obj::bytes_per_pixel
uint8_t
led_strip_rmt_obj::pixel_buf
uint8_t
[
]
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
led_strip_rmt_dev.c:27
}
led_strip_rmt_obj
;
led_strip_rmt_dev.c:34
led_strip_rmt_obj
led_strip_rmt_obj
*
rmt_strip
=
__containerof
(
strip
,
led_strip_rmt_obj
,
base
)
;
led_strip_rmt_dev.c:38
led_strip_rmt_set_pixel()
led_strip_rmt_obj
*
rmt_strip
=
__containerof
(
strip
,
led_strip_rmt_obj
,
base
)
;
led_strip_rmt_dev.c:53
led_strip_rmt_set_pixel_rgbw()
led_strip_rmt_obj
*
rmt_strip
=
__containerof
(
strip
,
led_strip_rmt_obj
,
base
)
;
led_strip_rmt_dev.c:67
led_strip_rmt_refresh()
led_strip_rmt_obj
*
rmt_strip
=
__containerof
(
strip
,
led_strip_rmt_obj
,
base
)
;
led_strip_rmt_dev.c:82
led_strip_rmt_clear()
led_strip_rmt_obj
*
rmt_strip
=
__containerof
(
strip
,
led_strip_rmt_obj
,
base
)
;
led_strip_rmt_dev.c:90
led_strip_rmt_del()
free
(
rmt_strip
)
;
led_strip_rmt_dev.c:93
led_strip_rmt_del()
led_strip_rmt_obj
*
rmt_strip
=
NULL
;
led_strip_rmt_dev.c:99
led_strip_new_rmt_device()
rmt_strip
=
calloc
(
1
,
sizeof
(
led_strip_rmt_obj
)
+
led_config
->
max_leds
*
bytes_per_pixel
)
;
led_strip_rmt_dev.c:111
led_strip_new_rmt_device()
free
(
rmt_strip
)
;
led_strip_rmt_dev.c:161
led_strip_new_rmt_device()
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
led_strip_rmt_obj
is allocated by 1 symbol and is freed by 2 symbols:
led_strip_new_rmt_device()
All items filtered out
led_strip_rmt_obj
led_strip_rmt_del()
led_strip_new_rmt_device()
All items filtered out