#include <stdint.h>
#include <common_macros.h>
#include "app_config_stm32.h"
 
Go to the source code of this file.
◆ ACTIVE_DEVICE
      
        
          | #define ACTIVE_DEVICE   ID_AD7689 | 
        
      
 
 
◆ ACTIVE_DEVICE_NAME
      
        
          | #define ACTIVE_DEVICE_NAME   "ad7689" | 
        
      
 
 
◆ ACTIVE_PLATFORM
◆ ADC_CHN_COUNT
◆ ADC_MAX_COUNT_BIPOLAR
◆ ADC_MAX_COUNT_UNIPOLAR
◆ ADC_RESOLUTION
      
        
          | #define ADC_RESOLUTION   16 | 
        
      
 
 
◆ BURST_DATA_CAPTURE
      
        
          | #define BURST_DATA_CAPTURE   1 | 
        
      
 
 
◆ CONSOLE_STDIO_PORT_AVAILABLE
      
        
          | #define CONSOLE_STDIO_PORT_AVAILABLE | 
        
      
 
 
◆ CONTINUOUS_DATA_CAPTURE
      
        
          | #define CONTINUOUS_DATA_CAPTURE   0 | 
        
      
 
 
◆ DATA_CAPTURE_MODE
◆ DEV_AD7689
◆ DEVICE_NAME
      
        
          | #define DEVICE_NAME   "DEV_AD7689" | 
        
      
 
 
◆ FIRMWARE_NAME
      
        
          | #define FIRMWARE_NAME   "ad7689_iio" | 
        
      
 
 
◆ gpio_ops
      
        
          | #define gpio_ops   stm32_gpio_ops | 
        
      
 
 
◆ HW_MEZZANINE_NAME
      
        
          | #define HW_MEZZANINE_NAME   "EVAL-AD7689-ARDZ" | 
        
      
 
 
◆ i2c_extra_init_params
◆ i2c_ops
      
        
          | #define i2c_ops   stm32_i2c_ops | 
        
      
 
 
◆ IIO_UART_BAUD_RATE
      
        
          | #define IIO_UART_BAUD_RATE   (230400) | 
        
      
 
 
◆ IRQ_INT_ID
◆ irq_ops
      
        
          | #define irq_ops   stm32_gpio_irq_ops | 
        
      
 
 
◆ PLATFORM_NAME
◆ pwm_extra_init_params
◆ pwm_gpio_extra_init_params
◆ pwm_ops
      
        
          | #define pwm_ops   stm32_pwm_ops | 
        
      
 
 
◆ spi_extra_init_params
◆ spi_ops
      
        
          | #define spi_ops   stm32_spi_ops | 
        
      
 
 
◆ STR
◆ TEMPERATURE_CHN
      
        
          | #define TEMPERATURE_CHN   8 | 
        
      
 
 
◆ trigger_gpio_extra_init_params
◆ trigger_gpio_handle
      
        
          | #define trigger_gpio_handle   0 | 
        
      
 
 
◆ trigger_gpio_irq_extra_params
◆ trigger_gpio_irq_ops
      
        
          | #define trigger_gpio_irq_ops   stm32_gpio_irq_ops | 
        
      
 
 
◆ trigger_gpio_ops
      
        
          | #define trigger_gpio_ops   stm32_gpio_ops | 
        
      
 
 
◆ uart_extra_init_params
◆ uart_ops
      
        
          | #define uart_ops   stm32_uart_ops | 
        
      
 
 
◆ USE_VIRTUAL_COM_PORT
      
        
          | #define USE_VIRTUAL_COM_PORT | 
        
      
 
 
◆ vcom_extra_init_params
◆ vcom_ops
◆ VIRTUAL_COM_PORT_PID
      
        
          | #define VIRTUAL_COM_PORT_PID   0xb66c | 
        
      
 
 
◆ VIRTUAL_COM_PORT_VID
      
        
          | #define VIRTUAL_COM_PORT_VID   0x0456 | 
        
      
 
 
◆ VIRTUAL_COM_SERIAL_NUM
◆ XSTR
◆ init_pwm_trigger()
      
        
          | int32_t init_pwm_trigger  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
Initialize the PWM trigger contoller. 
- Returns
 - 0 in case of success, negative error code otherwise
 
Initialize the PWM trigger contoller.
- Returns
 - 0 in case of success, negative error code otherwise. 
 
 
 
◆ init_system()
      
        
          | int32_t init_system  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
Initialize the system peripherals. 
- Returns
 - 0 in case of success, negative error code otherwise
 
Initialize the system peripherals.
- Returns
 - 0 in case of success, negative error code otherwise.
 
This function initializes system peripherals for the application
- Returns
 - - 0 in case of success, negative error code otherwise 
 
 
 
◆ eeprom_desc
  
  
      
        
          | struct no_os_eeprom_desc* eeprom_desc | 
         
       
   | 
  
extern   | 
  
 
 
◆ led_gpio_desc
  
  
      
        
          | struct no_os_gpio_desc* led_gpio_desc | 
         
       
   | 
  
extern   | 
  
 
 
◆ trigger_irq_desc
  
  
      
        
          | struct no_os_irq_ctrl_desc* trigger_irq_desc | 
         
       
   | 
  
extern   | 
  
 
 
◆ uart_desc
  
  
      
        
          | struct no_os_uart_desc* uart_desc | 
         
       
   | 
  
extern   |