![]() |
ISF
2.2 rev 5
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...
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 147 of file mpl3115.h.
Referenced by mpl3115_Reset().
#define MPL3115_SET_FIELD | ( | name, | |
val | |||
) | (((val)<<MPL3115_##name##_SHIFT)&(MPL3115_##name##_MASK)) |
Definition at line 81 of file mpl3115.h.
Referenced by mpl3115_SetConfig().
#define MPL3115_WHOAMI_VALUE 0xC4 |
Definition at line 101 of file mpl3115.h.
Referenced by mpl3115_CheckId().
anonymous enum |
enum mpl3115_status_t |