Searched refs:ICM42688P_ReadReg (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/icm42688p/ |
D | fsl_icm42688p.c | 29 status_t ICM42688P_ReadReg(icm42688p_handle_t *handle, uint32_t regAddress, uint8_t *regData, size_… in ICM42688P_ReadReg() function 79 result = ICM42688P_ReadReg(handle, WHO_AM_I, &whoamiVal, 1U); in ICM42688P_EnableSensors() 128 result = ICM42688P_ReadReg(handle, FIFO_DATA, fifoData, 16U); in ICM42688P_ReadSensorData()
|
D | fsl_icm42688p.h | 125 status_t ICM42688P_ReadReg(icm42688p_handle_t *handle, uint32_t regAddress, uint8_t *regData, size_…
|