PicoSDK
+
0
/10 examples
SourceVu will show references to
count_of
from the following samples and libraries:
control_blocks sample
hello_dma sample
xip_stream sample
dvi_out_hstx_encoder sample
ht16k33_i2c sample
ssd1306_i2c sample
squarewave sample
ws2812 sample
measure_duty_cycle sample
rand 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
Raspberry Pi Pico SDK and Examples
PicoSDK
count_of
count_of macro
Macro to determine the number of elements in an array
Syntax
Show:
Summary
Declaration
from
compiler.h:132
#define
count_of
(
a
)
(
sizeof
(
a
)
/
sizeof
(
(
a
)
[
0
]
)
)
Arguments
Argument
a
Examples
count_of
is referenced by 10 libraries and example projects:
References
from
examples
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