Home
last modified time | relevance | path

Searched refs:chip_enable (Results 1 – 9 of 9) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
DCompassSensor.IIO.primary.h75 char *chip_enable; member
DCompassSensor.IIO.primary.cpp280 en, compassSysFs.chip_enable, getTimestamp()); in masterEnable()
281 return write_sysfs_int(compassSysFs.chip_enable, en); in masterEnable()
521 sprintf(compassSysFs.chip_enable, "%s%s", sysfs_path, "/buffer/enable"); in inv_init_sysfs_attributes()
DMPLSensor.h438 char *chip_enable; member
DMPLSensor.cpp713 1, mpu.chip_enable, getTimestamp()); in enable_iio_sysfs()
714 tempFp = fopen(mpu.chip_enable, "w"); in enable_iio_sysfs()
5029 sprintf(mpu.chip_enable, "%s%s", sysfs_path, "/buffer/enable"); in inv_init_sysfs_attributes()
/hardware/invensense/6515/libsensors_iio/
DCompassSensor.IIO.primary.h75 char *chip_enable; member
DCompassSensor.IIO.primary.cpp280 en, compassSysFs.chip_enable, getTimestamp()); in masterEnable()
281 return write_sysfs_int(compassSysFs.chip_enable, en); in masterEnable()
555 sprintf(compassSysFs.chip_enable, "%s%s", sysfs_path, "/buffer/enable"); in inv_init_sysfs_attributes()
DMPLSensor.h440 char *chip_enable; member
DMPLSensor.cpp652 1, mpu.chip_enable, getTimestamp()); in enable_iio_sysfs()
653 tempFp = fopen(mpu.chip_enable, "w"); in enable_iio_sysfs()
5390 sprintf(mpu.chip_enable, "%s%s", sysfs_path, "/buffer/enable");
/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
Dnrf24l01.cxx44 NRF24L01::init (uint8_t chip_select, uint8_t chip_enable) { in init() argument
48 m_ce = chip_enable; in init()