Searched refs:EVT_NO_SENSOR_CONFIG_EVENT (Results 1 – 7 of 7) sorted by relevance
27 #define EVT_NO_SENSOR_CONFIG_EVENT 0x00000300 //event to configure sensors macro
266 #define sensorGetMyCfgEventType(_sensorType) (EVT_NO_SENSOR_CONFIG_EVENT + (_sensorType))
493 mConfigCmd.evtType = EVT_NO_SENSOR_CONFIG_EVENT; in main()501 mConfigCmd.evtType = EVT_NO_SENSOR_CONFIG_EVENT; in main()534 mConfigCmd.evtType = EVT_NO_SENSOR_CONFIG_EVENT; in main()547 mConfigCmd.evtType = EVT_NO_SENSOR_CONFIG_EVENT; in main()
278 else if (evt > EVT_NO_FIRST_SENSOR_EVENT && evt < EVT_NO_SENSOR_CONFIG_EVENT) { in chreappHandle()280 } else if (evt > EVT_NO_SENSOR_CONFIG_EVENT && evt < EVT_APP_START) { in chreappHandle()
307 else if (evt > EVT_NO_FIRST_SENSOR_EVENT && evt < EVT_NO_SENSOR_CONFIG_EVENT) { in chreappHandle()309 } else if (evt > EVT_NO_SENSOR_CONFIG_EVENT && evt < EVT_APP_START) { in chreappHandle()
1184 osEventsSubscribe(4, EVT_NO_SENSOR_CONFIG_EVENT, in onEvtAppStart()1553 if (evtType > EVT_NO_FIRST_SENSOR_EVENT && evtType < EVT_NO_SENSOR_CONFIG_EVENT) { in onEvtSensorData()1592 case EVT_NO_SENSOR_CONFIG_EVENT: in hostIntfHandleEvent()
1556 cmd->evtType = EVT_NO_SENSOR_CONFIG_EVENT; in initConfigCmd()