Searched defs:rt_sensor_module (Results 1 – 2 of 2) sorted by relevance
187 struct rt_sensor_module struct189 rt_mutex_t lock; /* The module lock */191 …rt_sensor_t sen[RT_SENSOR_MODULE_MAX]; /* The module contains a list of sensors */192 …int8_t sen_num; /* Number of sensors contained in the module */
333 struct rt_sensor_module struct335 rt_mutex_t lock; /* The module lock */337 …rt_sensor_t sen[RT_SENSOR_MODULE_MAX]; /* The module contains a list of sensors */338 …int8_t sen_num; /* Number of sensors contained in the module */
Completed in 6 milliseconds