29#if !defined(ACTIVE_PLATFORM) 
   30#define ACTIVE_PLATFORM     STM32_PLATFORM 
   37#define AD5593R_A0_STATE 0 
   44#if !defined(ACTIVE_DEVICE) 
   45#define ACTIVE_DEVICE  DEV_AD5592R 
   50#define AD5593R_I2C (0x10 | (AD5593R_A0_STATE & 0x01)) 
   52#if (ACTIVE_PLATFORM == STM32_PLATFORM) 
   54#define spi_init_extra_params  stm32_spi_extra_init_params 
   55#define i2c_init_extra_params   stm32_i2c_extra_init_params 
   56#define uart_extra_init_params  stm32_uart_extra_init_params 
The file contain common macros that needs to be followed same across all the projects.
 
Header file for STM32 platform configurations.