Searched refs:bytesNumber (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/fxls8974cf/ |
D | fsl_fxls.c | 126 status_t FXLS_ReadReg(fxls_handle_t *handle, uint8_t reg, uint8_t *val, uint8_t bytesNumber) in FXLS_ReadReg() argument 137 return handle->I2C_ReceiveFunc(handle->slaveAddress, reg, 1, val, bytesNumber); in FXLS_ReadReg()
|
D | fsl_fxls.h | 219 status_t FXLS_ReadReg(fxls_handle_t *handle, uint8_t reg, uint8_t *val, uint8_t bytesNumber);
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/fxos8700cq/ |
D | fsl_fxos.c | 204 status_t FXOS_ReadReg(fxos_handle_t *handle, uint8_t reg, uint8_t *val, uint8_t bytesNumber) in FXOS_ReadReg() argument 214 return handle->I2C_ReceiveFunc(handle->slaveAddress, reg, 1, val, bytesNumber); in FXOS_ReadReg()
|
D | fsl_fxos.h | 764 status_t FXOS_ReadReg(fxos_handle_t *handle, uint8_t reg, uint8_t *val, uint8_t bytesNumber);
|