Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/sensing/
Dsensing_sensor.h68 EVENT_CONFIG_READY, /**< Configuration is ready. */ enumerator
/Zephyr-Core-3.7.0/subsys/sensing/
Dsensor_mgmt.c228 if (atomic_test_and_clear_bit(&ctx->event_flag, EVENT_CONFIG_READY)) { in sensing_runtime_thread()
248 atomic_set_bit(&ctx->event_flag, EVENT_CONFIG_READY); in save_config_and_notify()