Searched refs:deviceID (Results 1 – 10 of 10) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_TIDS_2521020222501_hal/ |
D | WSEN_TIDS_2521020222501_hal.c | 84 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()
|
D | WSEN_TIDS_2521020222501_hal.h | 131 int8_t TIDS_getDeviceID(WE_sensorInterface_t* sensorInterface, uint8_t *deviceID);
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_HIDS_2525020210001_hal/ |
D | WSEN_HIDS_2525020210001_hal.h | 245 int8_t HIDS_getDeviceID(WE_sensorInterface_t* sensorInterface, uint8_t *deviceID);
|
D | WSEN_HIDS_2525020210001_hal.c | 127 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/ |
D | WSEN_PADS_2511020213301_hal.h | 392 int8_t PADS_getDeviceID(WE_sensorInterface_t* sensorInterface, uint8_t *deviceID);
|
D | WSEN_PADS_2511020213301_hal.c | 87 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/ |
D | WSEN_ITDS_2533020201601_hal.h | 686 int8_t ITDS_getDeviceID(WE_sensorInterface_t* sensorInterface, uint8_t *deviceID);
|
D | WSEN_ITDS_2533020201601_hal.c | 96 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/ |
D | WSEN_ISDS_2536030320001_hal.h | 911 int8_t ISDS_getDeviceID(WE_sensorInterface_t* sensorInterface, uint8_t *deviceID);
|
D | WSEN_ISDS_2536030320001_hal.c | 104 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()
|