Searched defs:pressure (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/ |
A D | drv_baro_goertek_spl06.h | 16 double pressure; member
|
A D | drv_baro_goertek_spl06.c | 33 static double get_altitude(double pressure, double seaLevelhPa) in get_altitude()
|
A D | drv_baro_qst_qmp6988.c | 317 float qmp6988_calc_altitude(float pressure, float temp) in qmp6988_calc_altitude()
|
A D | drv_baro_qst_qmp6988.h | 125 float pressure; member
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_touch.c | 198 SDL_AddFinger(SDL_Touch *touch, SDL_FingerID fingerid, float x, float y, float pressure) in SDL_AddFinger() 243 SDL_bool down, float x, float y, float pressure) in SDL_SendTouch() 357 float x, float y, float pressure) in SDL_SendTouchMotion()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_touch.h | 57 float pressure; member
|
A D | SDL_events.h | 446 float pressure; /**< Normalized in the range 0...1 */ member
|
/AliOS-Things-master/components/amp/modules/ |
A D | spl06.js | 118 function get_altitude(pressure, seaLevelhPa) argument
|
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/ |
A D | app.js | 44 var pressure = 0.0; variable
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandtouch.c | 64 uint32_t pressure, in touch_handle_touch()
|
/AliOS-Things-master/components/py_engine/framework/ |
A D | spl06.py | 89 def get_altitude(self, pressure, seaLevelhPa): argument
|
/AliOS-Things-master/components/sensor/drv/ |
A D | drv_baro_ifx_dps310.c | 578 uint8_t pressure) in setOpMode_3param() 1152 int32_t pressure = 0; in drv_baro_ifx_dps310_read() local
|
A D | drv_temp_humi_baro_bosch_bme280.c | 726 uint32_t pressure = 0; in drv_bosch_bme280_comp_baro() local
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_evdev.c | 90 int x, y, pressure; member
|
Completed in 26 milliseconds