Home
last modified time | relevance | path

Searched defs:steps (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.7.0/doc/services/llext/
Dbuild.rst131 .. _llext_build_edk:
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Dcfg_cli.h362 #define BT_MESH_PUB_PERIOD_100MS(steps) ((steps) & BIT_MASK(6)) argument
371 #define BT_MESH_PUB_PERIOD_SEC(steps) (((steps) & BIT_MASK(6)) | (1 << 6)) argument
382 #define BT_MESH_PUB_PERIOD_10SEC(steps) (((steps) & BIT_MASK(6)) | (2 << 6)) argument
393 #define BT_MESH_PUB_PERIOD_10MIN(steps) (((steps) & BIT_MASK(6)) | (3 << 6)) argument
/Zephyr-Core-3.7.0/samples/bluetooth/mesh/src/
Dmain.c77 uint8_t steps = val & BIT_MASK(6); in model_time_decode() local
97 uint8_t steps = DIV_ROUND_UP(ms, time_res[i]); in model_time_encode() local
/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dtransition.c22 uint8_t steps, resolution; in calculate_rt() local
/Zephyr-Core-3.7.0/drivers/sensor/nordic/qdec_nrfx/
Dqdec_nrfx.c40 int32_t steps; member
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/shell/
Dcfg.c1539 uint8_t status, count, res_step, steps; in mod_pub_set() local