![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
Go to the source code of this file.
Macros | |
#define | SHIELD_NAME "FRDM-STBC-DP5004" |
#define | MPXV5004DP_ZERO_ERROR 1185 /* Zero Error Offset. */ |
#define | MPXV5004DP_PRESSURE_FROM_ADC_VALUE(x) (uint32_t)(x*1.25 - MPXV5004DP_ZERO_ERROR) /* Pressure in Pascals (Pa). */ |
#define | MPXVDP5004_ADC12_CHANNEL 0U |
#define | MPXVDP5004_ADC12_CHANNEL_GROUP 0U |
#define MPXV5004DP_PRESSURE_FROM_ADC_VALUE | ( | x | ) | (uint32_t)(x*1.25 - MPXV5004DP_ZERO_ERROR) /* Pressure in Pascals (Pa). */ |
Definition at line 23 of file frdm-stbc-dp5004_shield.h.
Referenced by main().
#define MPXV5004DP_ZERO_ERROR 1185 /* Zero Error Offset. */ |
Definition at line 22 of file frdm-stbc-dp5004_shield.h.
#define MPXVDP5004_ADC12_CHANNEL 0U |
Definition at line 26 of file frdm-stbc-dp5004_shield.h.
Referenced by KE15Z_LPTMR0_ADC0_Initialize().
#define MPXVDP5004_ADC12_CHANNEL_GROUP 0U |
Definition at line 27 of file frdm-stbc-dp5004_shield.h.
Referenced by adc12_irq_callback(), and dp5004_odr_callback().
#define SHIELD_NAME "FRDM-STBC-DP5004" |
Definition at line 19 of file frdm-stbc-dp5004_shield.h.