i2c_oled sample
error_for
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
error_for
error_for macro
STATIC VARIABLES MACROS
Syntax
Show:
Summary
Declaration
from
lv_lru.c:63
#define
error_for
(
conditions
,
error
)
if
(
conditions
)
{
return
error
;
}
Arguments
Argument
conditions
error
Examples
References
from
examples
Code
Location
#define
error_for
(
conditions
,
error
)
if
(
conditions
)
{
return
error
;
}
lv_lru.c:63
#define
test_for_missing_cache
(
)
error_for
(
!
cache
,
LV_LRU_MISSING_CACHE
)
lv_lru.c:64
#define
test_for_missing_key
(
)
error_for
(
!
key
,
LV_LRU_MISSING_KEY
)
lv_lru.c:65
#define
test_for_missing_value
(
)
error_for
(
!
value
||
value_length
==
0
,
LV_LRU_MISSING_VALUE
)
lv_lru.c:66
#define
test_for_value_too_large
(
)
error_for
(
value_length
>
cache
->
total_memory
,
LV_LRU_VALUE_TOO_LARGE
)
lv_lru.c:67
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