Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_TIDS_2521020222501_hal/
DWSEN_TIDS_2521020222501_hal.c84 int8_t TIDS_getDeviceID(WE_sensorInterface_t* sensorInterface, uint8_t *deviceID) in TIDS_getDeviceID() argument
86 return TIDS_ReadReg(sensorInterface, TIDS_DEVICE_ID_REG, 1, deviceID); in TIDS_getDeviceID()
DWSEN_TIDS_2521020222501_hal.h131 int8_t TIDS_getDeviceID(WE_sensorInterface_t* sensorInterface, uint8_t *deviceID);
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_HIDS_2525020210001_hal/
DWSEN_HIDS_2525020210001_hal.h245 int8_t HIDS_getDeviceID(WE_sensorInterface_t* sensorInterface, uint8_t *deviceID);
DWSEN_HIDS_2525020210001_hal.c127 int8_t HIDS_getDeviceID(WE_sensorInterface_t* sensorInterface, uint8_t *deviceID) in HIDS_getDeviceID() argument
129 return HIDS_ReadReg(sensorInterface, HIDS_DEVICE_ID_REG, 1, deviceID); in HIDS_getDeviceID()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_PADS_2511020213301_hal/
DWSEN_PADS_2511020213301_hal.h392 int8_t PADS_getDeviceID(WE_sensorInterface_t* sensorInterface, uint8_t *deviceID);
DWSEN_PADS_2511020213301_hal.c87 int8_t PADS_getDeviceID(WE_sensorInterface_t* sensorInterface, uint8_t *deviceID) in PADS_getDeviceID() argument
89 return PADS_ReadReg(sensorInterface, PADS_DEVICE_ID_REG, 1, deviceID); in PADS_getDeviceID()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h686 int8_t ITDS_getDeviceID(WE_sensorInterface_t* sensorInterface, uint8_t *deviceID);
DWSEN_ITDS_2533020201601_hal.c96 int8_t ITDS_getDeviceID(WE_sensorInterface_t* sensorInterface, uint8_t *deviceID) in ITDS_getDeviceID() argument
98 return ITDS_ReadReg(sensorInterface, ITDS_DEVICE_ID_REG, 1, deviceID); in ITDS_getDeviceID()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h911 int8_t ISDS_getDeviceID(WE_sensorInterface_t* sensorInterface, uint8_t *deviceID);
DWSEN_ISDS_2536030320001_hal.c104 int8_t ISDS_getDeviceID(WE_sensorInterface_t* sensorInterface, uint8_t *deviceID) in ISDS_getDeviceID() argument
106 return ISDS_ReadReg(sensorInterface, ISDS_DEVICE_ID_REG, 1, deviceID); in ISDS_getDeviceID()