Home
last modified time | relevance | path

Searched refs:fxos_handle_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/fxos8700cq/
Dfsl_fxos.c14 status_t FXOS_Init(fxos_handle_t *fxos_handle, fxos_config_t *config) in FXOS_Init()
175 status_t FXOS_ReadSensorData(fxos_handle_t *fxos_handle, fxos_data_t *sensorData) in FXOS_ReadSensorData()
204 status_t FXOS_ReadReg(fxos_handle_t *handle, uint8_t reg, uint8_t *val, uint8_t bytesNumber) in FXOS_ReadReg()
217 status_t FXOS_WriteReg(fxos_handle_t *handle, uint8_t reg, uint8_t val) in FXOS_WriteReg()
Dfsl_fxos.h685 } fxos_handle_t; typedef
731 status_t FXOS_Init(fxos_handle_t *fxos_handle, fxos_config_t *config);
741 status_t FXOS_ReadSensorData(fxos_handle_t *fxos_handle, fxos_data_t *sensorData);
752 status_t FXOS_WriteReg(fxos_handle_t *handle, uint8_t reg, uint8_t val);
764 status_t FXOS_ReadReg(fxos_handle_t *handle, uint8_t reg, uint8_t *val, uint8_t bytesNumber);