df_server sample
cleanup()
is only used within df_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
df_server sample
cleanup()
cleanup() function
Syntax
Show:
Summary
Declaration
from
ws2812.c:72
static
void
cleanup
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
void
cleanup
(
void
)
ws2812.c:72
cleanup
(
)
;
ws2812.c:149
ws2812_init()
cleanup
(
)
;
ws2812.c:158
ws2812_deinit()
Call Tree
from
examples
cleanup()
is called by 2 functions and calls 3 functions:
ws2812_init()
ws2812_deinit()
All items filtered out
cleanup()
free()
spi_bus_free()
spi_bus_remove_device()
All items filtered out
Data Use
from
examples
cleanup()
reads 4 variables and writes 3 variables:
spi_host_device_t::SPI2_HOST
ws2812_handle_t::spi_handle
ws2812_handle_t::buf
s_ws2812
All items filtered out
cleanup()
ws2812_handle_t::spi_handle
ws2812_handle_t::buf
s_ws2812
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
cleanup()
allocates 1 types:
ws2812_handle_t
All items filtered out
cleanup()
All items filtered out