Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_PADS_2511020213301_hal/
DWSEN_PADS_2511020213301_hal.c937 if (WE_FAIL == PADS_ReadReg(sensorInterface, PADS_CTRL_1_REG, 1, (uint8_t *) &ctrl1)) in PADS_setOutputDataRate()
944 return PADS_WriteReg(sensorInterface, PADS_CTRL_1_REG, 1, (uint8_t *) &ctrl1); in PADS_setOutputDataRate()
957 if (WE_FAIL == PADS_ReadReg(sensorInterface, PADS_CTRL_1_REG, 1, (uint8_t *) &ctrl1)) in PADS_getOutputDataRate()
977 if (WE_FAIL == PADS_ReadReg(sensorInterface, PADS_CTRL_1_REG, 1, (uint8_t *) &ctrl1)) in PADS_enableLowPassFilter()
984 return PADS_WriteReg(sensorInterface, PADS_CTRL_1_REG, 1, (uint8_t *) &ctrl1); in PADS_enableLowPassFilter()
997 if (WE_FAIL == PADS_ReadReg(sensorInterface, PADS_CTRL_1_REG, 1, (uint8_t *) &ctrl1)) in PADS_isLowPassFilterEnabled()
1017 if (WE_FAIL == PADS_ReadReg(sensorInterface, PADS_CTRL_1_REG, 1, (uint8_t *) &ctrl1)) in PADS_setLowPassFilterConfig()
1024 return PADS_WriteReg(sensorInterface, PADS_CTRL_1_REG, 1, (uint8_t *) &ctrl1); in PADS_setLowPassFilterConfig()
1037 if (WE_FAIL == PADS_ReadReg(sensorInterface, PADS_CTRL_1_REG, 1, (uint8_t *) &ctrl1)) in PADS_getLowPassFilterConfig()
1057 if (WE_FAIL == PADS_ReadReg(sensorInterface, PADS_CTRL_1_REG, 1, (uint8_t *) &ctrl1)) in PADS_enableBlockDataUpdate()
[all …]
DWSEN_PADS_2511020213301_hal.h40 #define PADS_CTRL_1_REG 0x10 /**< Control register 1 */ macro