Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dsensor_v2.h212 #define RT_SENSOR_MODE_CLEAR_FETCH(mode) (mode &= ((rt_uint16_t)~((rt_uint16_t)0x0F << RT_SENS… macro
216 #define RT_SENSOR_MODE_SET_FETCH(mode, fetch_mode) RT_SENSOR_MODE_CLEAR_FETCH(mode); (mode |=…

Completed in 6 milliseconds