Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/
Dweplatform.c46 uint16_t numBytesToWrite, uint8_t *data) in WE_WriteReg() argument
50 return WE_WriteReg_I2C(interface, regAdr, numBytesToWrite, data); in WE_WriteReg()
53 return WE_WriteReg_SPI(interface, regAdr, numBytesToWrite, data); in WE_WriteReg()
Dweplatform_i2c.c66 uint16_t numBytesToWrite, uint8_t *data) in WE_WriteReg_I2C() argument
73 status = i2c_burst_write_dt(interface->handle, regAdr, data, numBytesToWrite); in WE_WriteReg_I2C()
77 status = i2c_write_dt(interface->handle, data, numBytesToWrite); in WE_WriteReg_I2C()
Dweplatform_spi.c65 uint16_t numBytesToWrite, uint8_t *data) in WE_WriteReg_SPI() argument
70 uint8_t bytesStep = interface->options.spi.burstMode ? numBytesToWrite : 1; in WE_WriteReg_SPI()
72 for (uint8_t i = 0; i < numBytesToWrite; i += bytesStep) { in WE_WriteReg_SPI()
Dweplatform_i2c.h20 uint16_t numBytesToWrite, uint8_t *data);
Dweplatform_spi.h20 uint16_t numBytesToWrite, uint8_t *data);
Dweplatform.h20 uint16_t numBytesToWrite, uint8_t *data);
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_HIDS_2525020210002_hal/
DWSEN_HIDS_2525020210002_hal.c96 …nt8_t HIDS_WriteData(WE_sensorInterface_t* sensorInterface,uint8_t *data, uint16_t numBytesToWrite) in HIDS_WriteData() argument
99 return WE_WriteReg(sensorInterface, 0xFF, numBytesToWrite, data); in HIDS_WriteData()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_TIDS_2521020222501_hal/
DWSEN_TIDS_2521020222501_hal.c58 uint16_t numBytesToWrite, in TIDS_WriteReg() argument
61 return WE_WriteReg(sensorInterface, regAdr, numBytesToWrite, data); in TIDS_WriteReg()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/
DREADME30 uint16_t numBytesToWrite, uint8_t *data);
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_HIDS_2525020210001_hal/
DWSEN_HIDS_2525020210001_hal.c101 uint16_t numBytesToWrite, in HIDS_WriteReg() argument
104 return WE_WriteReg(sensorInterface, regAdr, numBytesToWrite, data); in HIDS_WriteReg()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_PADS_2511020213301_hal/
DWSEN_PADS_2511020213301_hal.c61 uint16_t numBytesToWrite, in PADS_WriteReg() argument
64 return WE_WriteReg(sensorInterface, regAdr, numBytesToWrite, data); in PADS_WriteReg()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.c70 uint16_t numBytesToWrite, in ITDS_WriteReg() argument
73 return WE_WriteReg(sensorInterface, regAdr, numBytesToWrite, data); in ITDS_WriteReg()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.c78 uint16_t numBytesToWrite, in ISDS_WriteReg() argument
81 return WE_WriteReg(sensorInterface, regAdr, numBytesToWrite, data); in ISDS_WriteReg()