| /Zephyr-latest/drivers/sensor/wsen/wsen_tids_2521020222501/ |
| D | wsen_tids_2521020222501.c | 40 TIDS_softReset(&data->sensor_interface, TIDS_enable); in tids_2521020222501_sample_fetch() 44 TIDS_softReset(&data->sensor_interface, TIDS_disable); in tids_2521020222501_sample_fetch() 46 if (TIDS_enableOneShot(&data->sensor_interface, TIDS_enable) != WE_SUCCESS) { in tids_2521020222501_sample_fetch() 54 if (TIDS_isBusy(&data->sensor_interface, &busy) != WE_SUCCESS) { in tids_2521020222501_sample_fetch() 61 if (TIDS_getRawTemperature(&data->sensor_interface, &raw_temperature) != WE_SUCCESS) { in tids_2521020222501_sample_fetch() 111 if (TIDS_enableBlockDataUpdate(&data->sensor_interface, TIDS_disable) != in tids_2521020222501_odr_set() 117 if (TIDS_enableContinuousMode(&data->sensor_interface, TIDS_disable) != in tids_2521020222501_odr_set() 123 if (TIDS_setOutputDataRate(&data->sensor_interface, in tids_2521020222501_odr_set() 129 if (TIDS_enableBlockDataUpdate(&data->sensor_interface, TIDS_enable) != in tids_2521020222501_odr_set() 135 if (TIDS_enableContinuousMode(&data->sensor_interface, TIDS_enable) != WE_SUCCESS) { in tids_2521020222501_odr_set() [all …]
|
| D | wsen_tids_2521020222501_trigger.c | 57 if (TIDS_getStatusRegister(&data->sensor_interface, &status) != WE_SUCCESS) { in tids_2521020222501_process_interrupt() 177 if (TIDS_setTempHighLimit(&data->sensor_interface, thresh) != WE_SUCCESS) { in tids_2521020222501_threshold_upper_set() 193 if (TIDS_getTempHighLimit(&data->sensor_interface, &thresh) != WE_SUCCESS) { in tids_2521020222501_threshold_upper_get() 210 if (TIDS_setTempLowLimit(&data->sensor_interface, thresh) != WE_SUCCESS) { in tids_2521020222501_threshold_lower_set() 226 if (TIDS_getTempLowLimit(&data->sensor_interface, &thresh) != WE_SUCCESS) { in tids_2521020222501_threshold_lower_get()
|
| D | wsen_tids_2521020222501.h | 22 WE_sensorInterface_t sensor_interface; member
|
| /Zephyr-latest/drivers/sensor/wsen/wsen_pads_2511020213301/ |
| D | wsen_pads_2511020213301.c | 47 if (PADS_enableOneShot(&data->sensor_interface, PADS_enable) != WE_SUCCESS) { in pads_2511020213301_sample_fetch() 67 if (PADS_isOneShotEnabled(&data->sensor_interface, &one_shot_state) != in pads_2511020213301_sample_fetch() 87 if (PADS_isDataAvailable(&data->sensor_interface, &temp_state, in pads_2511020213301_sample_fetch() 122 if (PADS_getPressure_int(&data->sensor_interface, &data->pressure) != WE_SUCCESS) { in pads_2511020213301_sample_fetch() 127 if (PADS_getTemperature_int(&data->sensor_interface, &data->temperature) != in pads_2511020213301_sample_fetch() 137 if (PADS_getTemperature_int(&data->sensor_interface, &data->temperature) != in pads_2511020213301_sample_fetch() 147 if (PADS_getPressure_int(&data->sensor_interface, &data->pressure) != WE_SUCCESS) { in pads_2511020213301_sample_fetch() 211 if (PADS_setOutputDataRate(&data->sensor_interface, (PADS_outputDataRate_t)odr_index) != in pads_2511020213301_odr_set() 217 if (PADS_enableBlockDataUpdate(&data->sensor_interface, in pads_2511020213301_odr_set() 239 if (PADS_getOutputDataRate(&data->sensor_interface, &odr_index) != WE_SUCCESS) { in pads_2511020213301_odr_get() [all …]
|
| D | wsen_pads_2511020213301_trigger.c | 51 if (PADS_getHighPressureInterruptStatus(&data->sensor_interface, in pads_2511020213301_process_interrupt() 57 if (PADS_getLowPressureInterruptStatus(&data->sensor_interface, in pads_2511020213301_process_interrupt() 108 if (PADS_setInterruptEventControl(&data->sensor_interface, in pads_2511020213301_trigger_set() 114 if (PADS_enableDiffPressureInterrupt(&data->sensor_interface, in pads_2511020213301_trigger_set() 123 if (PADS_enableLowPressureInterrupt(&data->sensor_interface, in pads_2511020213301_trigger_set() 130 if (PADS_enableHighPressureInterrupt(&data->sensor_interface, in pads_2511020213301_trigger_set() 146 if (PADS_getPressure_int(&data->sensor_interface, &pressure_dummy) != WE_SUCCESS) { in pads_2511020213301_trigger_set() 151 if (PADS_setInterruptEventControl(&data->sensor_interface, PADS_dataReady)) { in pads_2511020213301_trigger_set() 157 if (PADS_enableDataReadyInterrupt(&data->sensor_interface, in pads_2511020213301_trigger_set() 226 if (PADS_setPressureThreshold(&data->sensor_interface, (uint32_t)threshold->val1) != in pads_2511020213301_threshold_set() [all …]
|
| D | wsen_pads_2511020213301.h | 28 WE_sensorInterface_t sensor_interface; member
|
| /Zephyr-latest/drivers/sensor/wsen/wsen_pdus_25131308XXXXX/ |
| D | wsen_pdus_25131308XXXXX.c | 26 if (PDUS_getRawPressureAndTemperature(&data->sensor_interface, &data->pressure, in pdus_25131308XXXXX_sample_fetch() 34 if (PDUS_getRawPressureAndTemperature(&data->sensor_interface, &pressure_dummy, in pdus_25131308XXXXX_sample_fetch() 42 if (PDUS_getRawPressure(&data->sensor_interface, &data->pressure) != WE_SUCCESS) { in pdus_25131308XXXXX_sample_fetch() 128 PDUS_getDefaultInterface(&data->sensor_interface); in pdus_25131308XXXXX_init() 129 data->sensor_interface.interfaceType = WE_i2c; in pdus_25131308XXXXX_init() 136 data->sensor_interface.handle = (void *)&config->bus_cfg.i2c; in pdus_25131308XXXXX_init()
|
| D | wsen_pdus_25131308XXXXX.h | 20 WE_sensorInterface_t sensor_interface; member
|
| /Zephyr-latest/drivers/sensor/wsen/wsen_hids_2525020210002/ |
| D | wsen_hids_2525020210002.c | 52 if (HIDS_Sensor_Measure_Raw(&data->sensor_interface, cmd, &raw_temperature, in hids_2525020210002_sample_fetch() 200 HIDS_Get_Default_Interface(&data->sensor_interface); in hids_2525020210002_init() 201 data->sensor_interface.interfaceType = WE_i2c; in hids_2525020210002_init() 206 data->sensor_interface.handle = (void *)&config->bus_cfg.i2c; in hids_2525020210002_init() 209 if (HIDS_Sensor_Init(&data->sensor_interface) != WE_SUCCESS) { in hids_2525020210002_init()
|
| D | wsen_hids_2525020210002.h | 22 WE_sensorInterface_t sensor_interface; member
|
| /Zephyr-latest/samples/sensor/co2_polling/ |
| D | README.rst | 3 :relevant-api: sensor_interface
|
| /Zephyr-latest/samples/sensor/tmp112/ |
| D | README.rst | 3 :relevant-api: sensor_interface
|
| /Zephyr-latest/samples/sensor/soc_voltage/ |
| D | README.rst | 3 :relevant-api: sensor_interface
|
| /Zephyr-latest/samples/sensor/amg88xx/ |
| D | README.rst | 3 :relevant-api: sensor_interface
|
| /Zephyr-latest/samples/sensor/adc_cmp_npcx/ |
| D | README.rst | 3 :relevant-api: sensor_interface
|
| /Zephyr-latest/samples/sensor/die_temp_polling/ |
| D | README.rst | 3 :relevant-api: sensor_interface
|
| /Zephyr-latest/samples/sensor/fxas21002/ |
| D | README.rst | 3 :relevant-api: sensor_interface
|
| /Zephyr-latest/samples/sensor/tmp108/ |
| D | README.rst | 3 :relevant-api: sensor_interface
|
| /Zephyr-latest/samples/sensor/accel_polling/ |
| D | README.rst | 3 :relevant-api: sensor_interface
|
| /Zephyr-latest/samples/sensor/lps22hb/ |
| D | README.rst | 3 :relevant-api: sensor_interface
|
| /Zephyr-latest/samples/sensor/max30101/ |
| D | README.rst | 3 :relevant-api: sensor_interface
|
| /Zephyr-latest/samples/sensor/sm351lt/ |
| D | README.rst | 3 :relevant-api: sensor_interface
|
| /Zephyr-latest/samples/sensor/veaa_x_3/ |
| D | README.rst | 3 :relevant-api: sensor_interface
|
| /Zephyr-latest/samples/sensor/hts221/ |
| D | README.rst | 3 :relevant-api: sensor_interface
|
| /Zephyr-latest/samples/sensor/clock/ |
| D | README.rst | 3 :relevant-api: sensor_interface
|