Home
last modified time | relevance | path

Searched refs:numBytesToRead (Results 1 – 13 of 13) sorted by relevance

/hal_wurthelektronik-3.7.0-3.6.0/sensors/
Dweplatform_i2c.c24 uint16_t numBytesToRead, uint8_t *data) in WE_ReadReg_I2C() argument
29 if (numBytesToRead > 1 && interface->options.i2c.useRegAddrMsbForMultiBytesRead) { in WE_ReadReg_I2C()
37 status = i2c_read_dt(interface->handle, data, numBytesToRead); in WE_ReadReg_I2C()
39 status = i2c_burst_read_dt(interface->handle, regAdr, data, numBytesToRead); in WE_ReadReg_I2C()
Dweplatform.c21 uint16_t numBytesToRead, uint8_t *data) in WE_ReadReg() argument
25 return WE_ReadReg_I2C(interface, regAdr, numBytesToRead, data); in WE_ReadReg()
28 return WE_ReadReg_SPI(interface, regAdr, numBytesToRead, data); in WE_ReadReg()
Dweplatform_spi.c24 uint16_t numBytesToRead, uint8_t *data) in WE_ReadReg_SPI() argument
29 uint8_t bytesStep = interface->options.spi.burstMode ? numBytesToRead : 1; in WE_ReadReg_SPI()
31 for (uint8_t i = 0; i < numBytesToRead; i += bytesStep) { in WE_ReadReg_SPI()
Dweplatform_spi.h16 uint16_t numBytesToRead, uint8_t *data);
Dweplatform_i2c.h16 uint16_t numBytesToRead, uint8_t *data);
Dweplatform.h16 uint16_t numBytesToRead, uint8_t *data);
/hal_wurthelektronik-3.7.0-3.6.0/sensors/WeSensorsSDK/WSEN_PDUS_25131308XXX01/
DWSEN_PDUS_25131308XXX01.c43 uint16_t numBytesToRead, in PDUS_ReadReg() argument
66 return WE_ReadReg(sensorInterface, 0, numBytesToRead, data); in PDUS_ReadReg()
/hal_wurthelektronik-3.7.0-3.6.0/sensors/WeSensorsSDK/WSEN_TIDS_2521020222501/
DWSEN_TIDS_2521020222501.c41 uint16_t numBytesToRead, in TIDS_ReadReg() argument
44 return WE_ReadReg(sensorInterface, regAdr, numBytesToRead, data); in TIDS_ReadReg()
/hal_wurthelektronik-3.7.0-3.6.0/sensors/WeSensorsSDK/
DREADME26 uint16_t numBytesToRead, uint8_t *data);
/hal_wurthelektronik-3.7.0-3.6.0/sensors/WeSensorsSDK/WSEN_HIDS_2523020210001/
DWSEN_HIDS_2523020210001.c84 uint16_t numBytesToRead, in HIDS_ReadReg() argument
87 return WE_ReadReg(sensorInterface, regAdr, numBytesToRead, data); in HIDS_ReadReg()
/hal_wurthelektronik-3.7.0-3.6.0/sensors/WeSensorsSDK/WSEN_PADS_2511020213301/
DWSEN_PADS_2511020213301.c44 uint16_t numBytesToRead, in PADS_ReadReg() argument
47 return WE_ReadReg(sensorInterface, regAdr, numBytesToRead, data); in PADS_ReadReg()
/hal_wurthelektronik-3.7.0-3.6.0/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601/
DWSEN_ITDS_2533020201601.c53 uint16_t numBytesToRead, in ITDS_ReadReg() argument
56 return WE_ReadReg(sensorInterface, regAdr, numBytesToRead, data); in ITDS_ReadReg()
/hal_wurthelektronik-3.7.0-3.6.0/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001/
DWSEN_ISDS_2536030320001.c61 uint16_t numBytesToRead, in ISDS_ReadReg() argument
64 return WE_ReadReg(sensorInterface, regAdr, numBytesToRead, data); in ISDS_ReadReg()