Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/fxls8974cf/
Dfsl_fxls.c44 …if (FXLS_WriteReg(fxls_handle, SENS_CONFIG1_REG, tmp[0] & (uint8_t)~ACTIVE_MASK) != kStatus_Succes… in FXLS_Init()
60 if (FXLS_WriteReg(fxls_handle, SENS_CONFIG2_REG, 0) != kStatus_Success) in FXLS_Init()
65 if (FXLS_WriteReg(fxls_handle, SENS_CONFIG4_REG, 0x1) != kStatus_Success) in FXLS_Init()
70 if (FXLS_WriteReg(fxls_handle, SENS_CONFIG1_REG, ACTIVE_MASK) != kStatus_Success) in FXLS_Init()
86 if (FXLS_WriteReg(fxls_handle, SENS_CONFIG4_REG, 0x5) != kStatus_Success) in FXLS_Init()
141 status_t FXLS_WriteReg(fxls_handle_t *handle, uint8_t reg, uint8_t val) in FXLS_WriteReg() function
Dfsl_fxls.h207 status_t FXLS_WriteReg(fxls_handle_t *handle, uint8_t reg, uint8_t val);