/hal_wurthelektronik-latest/sensors/ |
D | weplatform.c | 46 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()
|
D | weplatform_i2c.c | 66 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()
|
D | weplatform_spi.c | 65 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()
|
D | weplatform_i2c.h | 20 uint16_t numBytesToWrite, uint8_t *data);
|
D | weplatform_spi.h | 20 uint16_t numBytesToWrite, uint8_t *data);
|
D | weplatform.h | 20 uint16_t numBytesToWrite, uint8_t *data);
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_HIDS_2525020210002_hal/ |
D | WSEN_HIDS_2525020210002_hal.c | 96 …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/ |
D | WSEN_TIDS_2521020222501_hal.c | 58 uint16_t numBytesToWrite, in TIDS_WriteReg() argument 61 return WE_WriteReg(sensorInterface, regAdr, numBytesToWrite, data); in TIDS_WriteReg()
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/ |
D | README | 30 uint16_t numBytesToWrite, uint8_t *data);
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_HIDS_2525020210001_hal/ |
D | WSEN_HIDS_2525020210001_hal.c | 101 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/ |
D | WSEN_PADS_2511020213301_hal.c | 61 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/ |
D | WSEN_ITDS_2533020201601_hal.c | 70 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/ |
D | WSEN_ISDS_2536030320001_hal.c | 78 uint16_t numBytesToWrite, in ISDS_WriteReg() argument 81 return WE_WriteReg(sensorInterface, regAdr, numBytesToWrite, data); in ISDS_WriteReg()
|