ISSDK  1.7
IoT Sensing Software Development Kit
Macros
frdm-stbc-dp5004_shield.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ MPXV5004DP_PRESSURE_FROM_ADC_VALUE

#define MPXV5004DP_PRESSURE_FROM_ADC_VALUE (   x)    (uint32_t)(x*1.25 - MPXV5004DP_ZERO_ERROR) /* Pressure in Pascals (Pa). */

Definition at line 49 of file frdm-stbc-dp5004_shield.h.

Referenced by main().

◆ MPXV5004DP_ZERO_ERROR

#define MPXV5004DP_ZERO_ERROR   1185 /* Zero Error Offset. */

Definition at line 48 of file frdm-stbc-dp5004_shield.h.

◆ MPXVDP5004_ADC12_CHANNEL

#define MPXVDP5004_ADC12_CHANNEL   0U

Definition at line 52 of file frdm-stbc-dp5004_shield.h.

Referenced by KE15Z_LPTMR0_ADC0_Initialize().

◆ MPXVDP5004_ADC12_CHANNEL_GROUP

#define MPXVDP5004_ADC12_CHANNEL_GROUP   0U

Definition at line 53 of file frdm-stbc-dp5004_shield.h.

Referenced by adc12_irq_callback(), and dp5004_odr_callback().

◆ SHIELD_NAME

#define SHIELD_NAME   "FRDM-STBC-DP5004"

Definition at line 45 of file frdm-stbc-dp5004_shield.h.