Home
last modified time | relevance | path

Searched refs:sensor (Results 1 – 25 of 56) sorted by relevance

123

/bsp/nuvoton/libraries/nu_packages/BMX055/
A Dsensor_bmx055.c255 switch (sensor->info.type) in bmx055_fetch_data()
309 switch (sensor->info.type) in bmx055_getid()
331 switch (sensor->info.type) in bmx055_set_power()
414 switch (sensor->info.type) in bmx055_set_range()
487 RT_ASSERT(sensor); in bmx055_control()
522 if (sensor == RT_NULL) in rt_hw_bmx055_accel_init()
541 rt_free(sensor); in rt_hw_bmx055_accel_init()
553 if (sensor == RT_NULL) in rt_hw_bmx055_gyro_init()
572 rt_free(sensor); in rt_hw_bmx055_gyro_init()
584 if (sensor == RT_NULL) in rt_hw_bmx055_mag_init()
[all …]
/bsp/nuvoton/libraries/nu_packages/MAX31875/
A Dsensor_max31875.c71 if (sensor->info.type == RT_SENSOR_CLASS_TEMP) in max31875_fetch_data()
97 rt_sensor_t sensor = RT_NULL; in rt_hw_max31875_temp_init() local
100 if (sensor == RT_NULL) in rt_hw_max31875_temp_init()
103 sensor->info.type = RT_SENSOR_CLASS_TEMP; in rt_hw_max31875_temp_init()
105 sensor->info.model = "max31875_temp"; in rt_hw_max31875_temp_init()
107 sensor->info.intf_type = RT_SENSOR_INTF_I2C; in rt_hw_max31875_temp_init()
108 sensor->info.range_max = 70; in rt_hw_max31875_temp_init()
109 sensor->info.range_min = 0; in rt_hw_max31875_temp_init()
110 sensor->info.period_min = 100; //100ms in rt_hw_max31875_temp_init()
113 sensor->ops = &sensor_ops; in rt_hw_max31875_temp_init()
[all …]
/bsp/nuvoton/libraries/nu_packages/NCT7717U/
A Dsensor_nct7717u.c122 if (sensor->info.type == RT_SENSOR_TYPE_TEMP) in nct7717u_fetch_data()
170 rt_sensor_t sensor = RT_NULL; in rt_hw_nct7717u_temp_init() local
173 if (sensor == RT_NULL) in rt_hw_nct7717u_temp_init()
176 sensor->info.type = RT_SENSOR_TYPE_TEMP; in rt_hw_nct7717u_temp_init()
178 sensor->info.name = "nct7717u_temp"; in rt_hw_nct7717u_temp_init()
180 sensor->info.intf_type = RT_SENSOR_INTF_I2C; in rt_hw_nct7717u_temp_init()
181 sensor->info.scale.range_max = 127; in rt_hw_nct7717u_temp_init()
182 sensor->info.scale.range_min = -128; in rt_hw_nct7717u_temp_init()
183 sensor->info.acquire_min = 100; //100ms in rt_hw_nct7717u_temp_init()
186 sensor->ops = &sensor_ops; in rt_hw_nct7717u_temp_init()
[all …]
/bsp/nuvoton/libraries/nu_packages/BMX055/libraries/BMA2x2_driver/
A DREADME.md6 - [Supported sensor interface](#interface)
10 - This package contains the Bosch Sensortec MEMS accelerometer sensor driver (sensor API)
11 - The sensor driver package includes bma2x2.h, bma2x2.c and bma2x2_support.c files
12 - BMA2x2 sensor driver supports the following Bosch MEMS sensors
25 - Version of bma2x2 sensor driver is:
41 - This file contains the implementation for the sensor driver APIs.
44 - Initialize the sensor with I2C/SPI communication
50 - Power mode configuration of the sensor
52 - Reading the sensor read out data
54 ### Supported sensor interface<a name=interface></a>
[all …]
/bsp/nuvoton/libraries/nu_packages/BMX055/libraries/BMG160_driver/
A DREADME.md8 * Supported sensor interface
14 - This package contains the Bosch Sensortec MEMS gyroscope sensor driver (sensor API)
15 - The sensor driver package includes bmg160.h, bmg160.c and bmg160_support.c files
16 - BMG160 sensor driver supports the following sensors
23 - Version of bmg160 sensor driver is:
37 …ess definition, constant definitions, data type definition and supported sensor driver calls decla…
41 * This file contains the implementation for the sensor driver APIs.
46 * Initialize the sensor with I2C/SPI communication
52 * Power mode configuration of the sensor
54 * Reading the sensor read out data
[all …]
/bsp/nuvoton/libraries/nu_packages/BMX055/libraries/BMM050_driver/
A DREADME.md8 * Supported sensor interface
14 - This package contains the Bosch Sensortec MEMS magnetometer sensor driver (sensor API)
15 - The sensor driver package includes bmm050.h, bmm050.c and bmm050_support.c files
16 - BMM050 sensor driver supports the following Bosch MEMS sensors
25 - Version of bmm050 sensor driver is:
39 …ess definition, constant definitions, data type definition and supported sensor driver calls decla…
43 * This file contains the implementation for the sensor driver APIs.
48 * Initialize the sensor with I2C/SPI communication
54 * Power mode configuration of the sensor
56 * Reading the sensor read out data
[all …]
/bsp/simulator/SDL2/include/
A DSDL_sensor.h232 extern DECLSPEC const char *SDLCALL SDL_SensorGetName(SDL_Sensor *sensor);
243 extern DECLSPEC SDL_SensorType SDLCALL SDL_SensorGetType(SDL_Sensor *sensor);
253 extern DECLSPEC int SDLCALL SDL_SensorGetNonPortableType(SDL_Sensor *sensor);
263 extern DECLSPEC SDL_SensorID SDLCALL SDL_SensorGetInstanceID(SDL_Sensor *sensor);
277 extern DECLSPEC int SDLCALL SDL_SensorGetData(SDL_Sensor *sensor, float *data, int num_values);
294 extern DECLSPEC int SDLCALL SDL_SensorGetDataWithTimestamp(SDL_Sensor *sensor, Uint64 *timestamp, f…
303 extern DECLSPEC void SDLCALL SDL_SensorClose(SDL_Sensor *sensor);
A DSDL_events.h510 Sint32 sensor; /**< The type of the sensor, one of the values of SDL_SensorType */ member
680 SDL_SensorEvent sensor; /**< Sensor event data */ member
/bsp/microchip/samc21/bsp/hal/documentation/
A Dadc_sync.rst55 * Measurement of internal sensor. E.g., MCU internal temperature sensor value.
56 * Measurement of external sensor. E.g., Temperature, humidity sensor value.
/bsp/microchip/saml10/bsp/hal/documentation/
A Dadc_sync.rst55 * Measurement of internal sensor. E.g., MCU internal temperature sensor value.
56 * Measurement of external sensor. E.g., Temperature, humidity sensor value.
/bsp/microchip/same70/bsp/hal/documentation/
A Dadc_sync.rst55 * Measurement of internal sensor. E.g., MCU internal temperature sensor value.
56 * Measurement of external sensor. E.g., Temperature, humidity sensor value.
/bsp/microchip/same54/bsp/hal/documentation/
A Dadc_sync.rst55 * Measurement of internal sensor. E.g., MCU internal temperature sensor value.
56 * Measurement of external sensor. E.g., Temperature, humidity sensor value.
/bsp/nuvoton/libraries/nu_packages/
A DKconfig11 bool "BMX055 9-axis sensor."
18 bool "MAX31875 Temperature sensor."
25 bool "NCT7717U Temperature sensor."
/bsp/nuvoton/numaker-iot-m487/board/
A DKconfig32 bool "BMX055 9-axis sensor(over i2c2)"
105 bool "MAX31875 Temperature sensor(over i2c1)"
/bsp/renesas/docs/
A DIntroduction_to_RA_Series_Drives.md49 | I2C | On-board I2C sensor |
57 | [HS300x](https://github.com/Guozhanxin/hs300x) | Temperature and humidity sensor with I2C i…
58 | [ZMOD4410](https://github.com/ShermanShao/zmod4410) | Indoor air quality sensor with I2C interfa…
/bsp/Infineon/psoc6-cy8ckit-062-WIFI-BT/libs/TARGET_CY8CKIT-062-WIFI-BT/
A DREADME.md25 * TFT display shield with a 2.4" TFT display, light sensor, 6-axis motion sensor, and digital micro…
/bsp/nuvoton/numaker-pfm-m487/board/
A DKconfig94 bool "MAX31875 Temperature sensor(over i2c1)"
100 bool "MPU6500 6-axis sensor(over i2c2)"
/bsp/stm32/stm32f410-st-nucleo/applications/arduino_pinout/
A DREADME.md50 | A6 | -- | | On-chip internal voltage sensor. ADC1-CH17. Tok…
51 | A7 | -- | | On-chip internal temperature sensor. ADC1-CH16.…
/bsp/stm32/stm32f072-st-nucleo/applications/arduino_pinout/
A DREADME.md50 | A6 | -- | | On-chip internal voltage sensor. ADC1-CH17. Tok…
51 | A7 | -- | | On-chip internal temperature sensor. ADC1-CH16.…
/bsp/stm32/stm32f411-st-nucleo/applications/arduino_pinout/
A DREADME.md50 | A6 | -- | | On-chip internal voltage sensor. ADC1-CH17. Tok…
51 | A7 | -- | | On-chip internal temperature sensor. ADC1-CH16.…
/bsp/stm32/stm32f401-st-nucleo/applications/arduino_pinout/
A DREADME.md50 | A6 | -- | | On-chip internal voltage sensor. ADC1-CH17. Tok…
51 | A7 | -- | | On-chip internal temperature sensor. ADC1-CH16.…
/bsp/stm32/stm32f469-st-disco/applications/arduino_pinout/
A DREADME.md54 | A6 | -- | | On-chip internal voltage sensor. ADC1-CH17. Tok…
55 | A7 | -- | | On-chip internal temperature sensor. ADC1-CH16.…
/bsp/Infineon/psoc6-pioneerkit_modus/libs/TARGET_CY8CKIT-062-BLE/
A DREADME.md22 * E-Ink display shield with an ultra-low-power 2.7" E-ink display, thermistor, 6-axis motion sensor
/bsp/apollo2/
A DREADME.md27 Temperature sensor with +/-2C accuracy
/bsp/stm32/stm32f412-st-nucleo/applications/arduino_pinout/
A DREADME.md53 | A6 | -- | | On-chip internal voltage sensor. ADC1-CH17. Tok…
54 | A7 | -- | | On-chip internal temperature sensor. ADC1-CH16.…

Completed in 45 milliseconds

123