Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/fxos8700cq/
Dfsl_fxos.c46 if (FXOS_WriteReg(fxos_handle, CTRL_REG1, tmp[0] & (uint8_t)~ACTIVE_MASK) != kStatus_Success) in FXOS_Init()
56 if ((tmp[0] & ACTIVE_MASK) == ACTIVE_MASK) in FXOS_Init()
148 … (FXOS_WriteReg(fxos_handle, CTRL_REG1, HYB_ASLP_RATE_0_8HZ | HYB_DATA_RATE_100HZ | ACTIVE_MASK) != in FXOS_Init()
155 … if (FXOS_WriteReg(fxos_handle, CTRL_REG1, (HYB_DATA_RATE_200HZ | ACTIVE_MASK)) != kStatus_Success) in FXOS_Init()
167 if ((tmp[0] & ACTIVE_MASK) != ACTIVE_MASK) in FXOS_Init()
Dfsl_fxos.h321 #define ACTIVE_MASK 0x01U macro
368 #define ACTIVE (ACTIVE_MASK)
/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()
55 if ((tmp[0] & ACTIVE_MASK) == ACTIVE_MASK) in FXLS_Init()
70 if (FXLS_WriteReg(fxls_handle, SENS_CONFIG1_REG, ACTIVE_MASK) != kStatus_Success) in FXLS_Init()
81 if ((tmp[0] & ACTIVE_MASK) != ACTIVE_MASK) in FXLS_Init()
Dfsl_fxls.h78 #define ACTIVE_MASK 0x01U macro