Home
last modified time | relevance | path

Searched refs:SAMPLE_PERIOD (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/subsys/rtio/sensor_batch_processing/src/
Dmain.c19 #define SAMPLE_PERIOD DT_PROP(NODE_ID, sample_period) macro
21 #define PROCESS_TIME ((M - 1) * SAMPLE_PERIOD)
54 k_msleep(SAMPLE_PERIOD); in main()
/Zephyr-latest/samples/net/stats/
DKconfig8 config SAMPLE_PERIOD config