/hardware/invensense/6515/libsensors_iio/ |
CompassSensor.IIO.primary.h | 75 char *chip_enable; member in struct:CompassSensor::sysfs_attrbs
|
CompassSensor.IIO.primary.cpp | 280 en, compassSysFs.chip_enable, getTimestamp()); 281 return write_sysfs_int(compassSysFs.chip_enable, en); 555 sprintf(compassSysFs.chip_enable, "%s%s", sysfs_path, "/buffer/enable");
|
MPLSensor.h | 440 char *chip_enable; member in struct:MPLSensor::sysfs_attrbs
|
MPLSensor.cpp | 652 1, mpu.chip_enable, getTimestamp()); 653 tempFp = fopen(mpu.chip_enable, "w"); [all...] |
/hardware/invensense/65xx/libsensors_iio/ |
CompassSensor.IIO.primary.h | 75 char *chip_enable; member in struct:CompassSensor::sysfs_attrbs
|
CompassSensor.IIO.primary.cpp | 280 en, compassSysFs.chip_enable, getTimestamp()); 281 return write_sysfs_int(compassSysFs.chip_enable, en); 521 sprintf(compassSysFs.chip_enable, "%s%s", sysfs_path, "/buffer/enable");
|
MPLSensor.h | 438 char *chip_enable; member in struct:MPLSensor::sysfs_attrbs
|
MPLSensor.cpp | 713 1, mpu.chip_enable, getTimestamp()); 714 tempFp = fopen(mpu.chip_enable, "w"); [all...] |
/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/ |
nrf24l01.cxx | 44 NRF24L01::init (uint8_t chip_select, uint8_t chip_enable) { 48 m_ce = chip_enable;
|