![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
The mpl3115.h contains the MPL3115 Pressure sensor register definitions, access macros, and device access functions. More...
#include "isf_types.h"
#include "isf.h"
#include "isf_devmsg.h"
#include "fsl_mpl3115_i2c_1D_press.h"
Go to the source code of this file.
Data Structures | |
struct | mpl3115_Sensor_Specific_Reg_t |
struct | mpl3115_Sensor_Specific_Settings_t |
The mpl3115.h contains the MPL3115 Pressure sensor register definitions, access macros, and device access functions.
Definition in file mpl3115.h.
#define MPL3115_GET_FIELD | ( | name, | |
val | |||
) | ((val&MPL3115_##name##_MASK)>>MPL3115_##name##_SHIFT) |
#define MPL3115_RST_MASK 0x04 |
Definition at line 148 of file mpl3115.h.
Referenced by mpl3115_Reset().
#define MPL3115_SET_FIELD | ( | name, | |
val | |||
) | (((val)<<MPL3115_##name##_SHIFT)&(MPL3115_##name##_MASK)) |
Definition at line 82 of file mpl3115.h.
Referenced by mpl3115_SetConfig().
#define MPL3115_WHOAMI_VALUE 0xC4 |
Definition at line 102 of file mpl3115.h.
Referenced by mpl3115_CheckId().
anonymous enum |
enum mpl3115_status_t |