Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/icm42688p/
Dfsl_icm42688p.c29 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()
Dfsl_icm42688p.h125 status_t ICM42688P_ReadReg(icm42688p_handle_t *handle, uint32_t regAddress, uint8_t *regData, size_…