Home
last modified time | relevance | path

Searched refs:MagneticOpsCall (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/magnetic/
H A Dsensor_magnetic_driver.h43 struct MagneticOpsCall { struct
58 struct MagneticOpsCall ops; argument
61 int32_t MagneticRegisterChipOps(const struct MagneticOpsCall *ops);
H A Dsensor_magnetic_driver.c32 int32_t MagneticRegisterChipOps(const struct MagneticOpsCall *ops) in MagneticRegisterChipOps()
/ohos5.0/drivers/peripheral/sensor/chipset/magnetic/
H A Dmagnetic_lsm303.c179 struct MagneticOpsCall ops; in Lsm303InitDriver()