Home
last modified time | relevance | path

Searched refs:bytesNumber (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/fxls8974cf/
Dfsl_fxls.c126 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()
Dfsl_fxls.h219 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/
Dfsl_fxos.c204 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()
Dfsl_fxos.h764 status_t FXOS_ReadReg(fxos_handle_t *handle, uint8_t reg, uint8_t *val, uint8_t bytesNumber);