|
long | fLfi (const fLfiTable_t *lookupTable, float lFiIn, float *lfiOut) |
|
void | mpl3115_Reset (int32_t *status, void *pSensorHandle) |
| This function resets the MPL3115 sensor resulting in a default configuration for all registers. More...
|
|
void | mpl3115_CheckId (int32_t *status, void *pSensorHandle) |
| This function validates the MPL3115 sensor is connected via the I2C bus. More...
|
|
void | mpl3115_SetMode (int32_t *status, void *pSensorHandle, int32_t Mode) |
| This function sets the MPL3115 part to the requested mode. More...
|
|
void | mpl3115_ValidateConfig (int32_t *status, void *pSensorHandle) |
| This function validates the configuration for the MPL3115 sensor. More...
|
|
void | mpl3115_StartSample (int32_t *status, void *pSensorHandle) |
| This function sets the MPL3115 part to the requested mode. More...
|
|
void | mpl3115_DataReady (int32_t *status, void *pSensorHandle) |
| This function sets the MPL3115 part to the requested mode. More...
|
|
isf_dsa_status_t | mpl3115_SetConfig (isf_SensorHandle_t *pSensorHandle, isf_dsa_SensorSettings_t *pConfigSettings) |
| This function sets the MPL3115 sensor configuration. More...
|
|
int32 | convertPressureToAltitude (uint32 pressure) |
|
isf_dsa_status_t | mpl3115_GetData (isf_SensorHandle_t *pSensorHandle, mpl3115_DataBuffer_t *pData) |
|
isf_dsa_status_t | fsl_mpl3115_i2c_1D_press_Initialize (isf_SensorHandle_t *pSensorHandle) |
|
isf_dsa_status_t | fsl_mpl3115_i2c_1D_press_ValidateSettings (isf_SensorHandle_t *pSensorHandle, isf_dsa_SensorSettings_t *pSensorSettings) |
|
isf_dsa_status_t | fsl_mpl3115_i2c_1D_press_Configure (isf_SensorHandle_t *pSensorHandle, isf_dsa_SensorSettings_t *pSensorSettings) |
|
isf_dsa_status_t | fsl_mpl3115_i2c_1D_press_StartData (isf_SensorHandle_t *pSensorHandle) |
|
isf_dsa_status_t | fsl_mpl3115_i2c_1D_press_EndData (isf_SensorHandle_t *pSensorHandle) |
|
isf_dsa_status_t | fsl_mpl3115_i2c_1D_press_Calibrate (isf_SensorHandle_t *pSensorHandle, void *pCalData) |
|
isf_dsa_status_t | fsl_mpl3115_i2c_1D_press_Shutdown (isf_SensorHandle_t *pSensorHandle) |
|
void | fsl_mpl3115_i2c_1D_press_PeriodicCallback (void *pSensorHandle) |
|
isf_dsa_status_t | fsl_mpl3115_i2c_1D_press_Convert (volatile isf_SensorHandle_t *pSensorHandle, isf_SensorDataTypes_t convertToType, isf_dsa_result_types_t resultType, void *pNativeSample, void *pConvertedSample, int32 *numBytes) |
| This function coverts the raw sample data to the desired output type. More...
|
|
- Version
- 01.00
Definition in file fsl_mpl3115_i2c_1D_press.c.