Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/icm42688p/
Dfsl_icm42688p.c21 status_t ICM42688P_WriteReg(icm42688p_handle_t *handle, uint32_t regAddress, uint8_t *regData, size… in ICM42688P_WriteReg() function
55 result = ICM42688P_WriteReg(handle, BANK_SEL, &bankSel, 1U); in ICM42688P_Init()
60 result = ICM42688P_WriteReg(handle, DEVICE_CONFIG, &resetVal, 1U); in ICM42688P_Init()
86 result = ICM42688P_WriteReg(handle, PWR_MGMT0, &sensorConfig, 1U); in ICM42688P_EnableSensors()
92 result = ICM42688P_WriteReg(handle, FIFO_CONFIG, &fifoInitVal, 1U); in ICM42688P_EnableSensors()
98 return ICM42688P_WriteReg(handle, FIFO_CONFIG1, &fifoConfData, 1U); in ICM42688P_EnableSensors()
108 result = ICM42688P_WriteReg(handle, APEX_CONFIG0, &confData, 1U); in ICM42688P_ConfigureTapDetectIBI()
114 result = ICM42688P_WriteReg(handle, BANK_SEL, &bankSel, 1U); in ICM42688P_ConfigureTapDetectIBI()
120 return ICM42688P_WriteReg(handle, INT_SOURCE10, &enTapIbi, 1U); in ICM42688P_ConfigureTapDetectIBI()
Dfsl_icm42688p.h113 status_t ICM42688P_WriteReg(icm42688p_handle_t *handle, uint32_t regAddress, uint8_t *regData, size…