Searched refs:fxls_handle_t (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/fxls8974cf/ |
D | fsl_fxls.h | 127 } fxls_handle_t; typedef 176 status_t FXLS_Init(fxls_handle_t *fxls_handle, fxls_config_t *config); 186 status_t FXLS_ReadAccelRawData(fxls_handle_t *fxls_handle, fxls_accel_raw_data_t *accelRawData); 196 status_t FXLS_ReadAccelData(fxls_handle_t *fxls_handle, fxls_accel_data_t *accelData); 207 status_t FXLS_WriteReg(fxls_handle_t *handle, uint8_t reg, uint8_t val); 219 status_t FXLS_ReadReg(fxls_handle_t *handle, uint8_t reg, uint8_t *val, uint8_t bytesNumber);
|
D | fsl_fxls.c | 13 status_t FXLS_Init(fxls_handle_t *fxls_handle, fxls_config_t *config) in FXLS_Init() 94 status_t FXLS_ReadAccelRawData(fxls_handle_t *fxls_handle, fxls_accel_raw_data_t *accelRawData) in FXLS_ReadAccelRawData() 106 status_t FXLS_ReadAccelData(fxls_handle_t *fxls_handle, fxls_accel_data_t *accelData) in FXLS_ReadAccelData() 126 status_t FXLS_ReadReg(fxls_handle_t *handle, uint8_t reg, uint8_t *val, uint8_t bytesNumber) in FXLS_ReadReg() 141 status_t FXLS_WriteReg(fxls_handle_t *handle, uint8_t reg, uint8_t val) in FXLS_WriteReg()
|