Home
last modified time | relevance | path

Searched refs:STATS_SECT_ENTRY (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/samples/subsys/mgmt/mcumgr/smp_svr/src/
Dmain.c32 STATS_SECT_ENTRY(ticks)
/Zephyr-Core-3.5.0/include/zephyr/stats/
Dstats.h110 #define STATS_SECT_ENTRY(var__) uint32_t var__; macro
357 #define STATS_SECT_ENTRY(var__) macro
/Zephyr-Core-3.5.0/doc/services/device_mgmt/
Dmcumgr.rst442 STATS_SECT_ENTRY(my_stat_counter1)
443 STATS_SECT_ENTRY(my_stat_counter2)
444 STATS_SECT_ENTRY(my_stat_counter3)
449 Each entry can be declared with :c:macro:`STATS_SECT_ENTRY` (or the equivalent