ISSDK
1.8
IoT Sensing Software Development Kit
|
#include "fsl_i2c_cmsis.h"
#include "fsl_dspi_cmsis.h"
#include "fsl_uart_cmsis.h"
#include "frdm_k64f.h"
#include "frdm_fxs_mult2b_shield.h"
Go to the source code of this file.
Macros | |
#define | I2C_S_SCL_PIN I2C_S1_SCL_PIN |
#define | I2C_S_SDA_PIN I2C_S1_SDA_PIN |
#define | I2C_S_DRIVER I2C_S1_DRIVER |
#define | I2C_S_SIGNAL_EVENT I2C_S1_SIGNAL_EVENT |
#define | I2C_S_DEVICE_INDEX I2C_S1_DEVICE_INDEX |
#define I2C_S_DEVICE_INDEX I2C_S1_DEVICE_INDEX |
Definition at line 35 of file issdk_hal.h.
Referenced by fxlc95000_enSensor(), main(), and process_host_command().
#define I2C_S_DRIVER I2C_S1_DRIVER |
Definition at line 33 of file issdk_hal.h.
Referenced by fxlc95000_enSensor(), main(), perform_selftest(), and process_host_command().
#define I2C_S_SCL_PIN I2C_S1_SCL_PIN |
Definition at line 31 of file issdk_hal.h.
#define I2C_S_SDA_PIN I2C_S1_SDA_PIN |
Definition at line 32 of file issdk_hal.h.
#define I2C_S_SIGNAL_EVENT I2C_S1_SIGNAL_EVENT |
Definition at line 34 of file issdk_hal.h.
Referenced by main().