mbedTLS
ARRAY_LENGTH_UNSAFE
is only used within mbedTLS.
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
mbedTLS
ARRAY_LENGTH_UNSAFE
ARRAY_LENGTH_UNSAFE macro
\def ARRAY_LENGTH Return the number of elements of a static or stack array.
Syntax
Show:
Summary
Declaration
from
common.h:73
#define
ARRAY_LENGTH_UNSAFE
(
array
)
\
(
sizeof
(
array
)
/
sizeof
(
*
(
array
)
)
)
Arguments
Argument
Description
array
A value of array (not pointer) type.
Return value
The number of elements of the array.
Examples
References
from
examples
Code
Location
#define
ARRAY_LENGTH_UNSAFE
(
array
)
\
common.h:73
ARRAY_LENGTH_UNSAFE
(
array
)
)
)
common.h:95
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