ESP-IDF
CMD_HANDLER_BUFFER_SIZE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
CMD_HANDLER_BUFFER_SIZE
CMD_HANDLER_BUFFER_SIZE macro
Syntax
Show:
Summary
Declaration
from
esp_lcd_panel_io_i2c_v1.c:26
#define
CMD_HANDLER_BUFFER_SIZE
I2C_LINK_RECOMMENDED_SIZE
(
2
)
Examples
References
from
examples
Code
Location
#define
CMD_HANDLER_BUFFER_SIZE
I2C_LINK_RECOMMENDED_SIZE
(
2
)
// only 2 operations will be queued in the handler ATTOW
esp_lcd_panel_io_i2c_v1.c:26
i2c_panel_io
=
calloc
(
1
,
sizeof
(
lcd_panel_io_i2c_t
)
+
CMD_HANDLER_BUFFER_SIZE
)
;
// expand zero-length array cmdlink_buffer
esp_lcd_panel_io_i2c_v1.c:61
i2c_cmd_handle_t
cmd_link
=
i2c_cmd_link_create_static
(
i2c_panel_io
->
cmdlink_buffer
,
CMD_HANDLER_BUFFER_SIZE
)
;
esp_lcd_panel_io_i2c_v1.c:117
i2c_cmd_handle_t
cmd_link
=
i2c_cmd_link_create_static
(
i2c_panel_io
->
cmdlink_buffer
,
CMD_HANDLER_BUFFER_SIZE
)
;
esp_lcd_panel_io_i2c_v1.c:158
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