Searched refs:WE_ReadReg (Results 1 – 10 of 10) sorted by relevance
/hal_wurthelektronik-latest/sensors/ |
D | weplatform.h | 15 extern int8_t WE_ReadReg(WE_sensorInterface_t *interface, uint8_t regAdr,
|
D | weplatform.c | 22 inline int8_t WE_ReadReg(WE_sensorInterface_t *interface, uint8_t regAdr, in WE_ReadReg() function
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/ |
D | README | 25 extern int8_t WE_ReadReg(WE_sensorInterface_t *interface, uint8_t regAdr,
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_PDUS_25131308XXX01_hal/ |
D | WSEN_PDUS_25131308XXX01_hal.c | 68 return WE_ReadReg(sensorInterface, 0, numBytesToRead, data); in PDUS_ReadReg()
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_HIDS_2525020210002_hal/ |
D | WSEN_HIDS_2525020210002_hal.c | 40 return WE_ReadReg(sensorInterface, 0xFF, numBytesToRead, data); in HIDS_ReadData()
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_TIDS_2521020222501_hal/ |
D | WSEN_TIDS_2521020222501_hal.c | 44 return WE_ReadReg(sensorInterface, regAdr, numBytesToRead, data); in TIDS_ReadReg()
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_HIDS_2525020210001_hal/ |
D | WSEN_HIDS_2525020210001_hal.c | 87 return WE_ReadReg(sensorInterface, regAdr, numBytesToRead, data); in HIDS_ReadReg()
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_PADS_2511020213301_hal/ |
D | WSEN_PADS_2511020213301_hal.c | 47 return WE_ReadReg(sensorInterface, regAdr, numBytesToRead, data); in PADS_ReadReg()
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/ |
D | WSEN_ITDS_2533020201601_hal.c | 56 return WE_ReadReg(sensorInterface, regAdr, numBytesToRead, data); in ITDS_ReadReg()
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 64 return WE_ReadReg(sensorInterface, regAdr, numBytesToRead, data); in ISDS_ReadReg()
|