#include <stdint.h>
#include "app_config_mbed.h"
 
Go to the source code of this file.
 | 
| int32_t  | init_system (void) | 
|   | Initialize the system peripherals.  
  | 
|   | 
◆ ACTIVE_PLATFORM
◆ FIRMWARE_NAME
      
        
          | #define FIRMWARE_NAME   "evb_discovery_firmware" | 
        
      
 
 
◆ HW_CARRIER_NAME
◆ i2c_extra_init_params
◆ i2c_ops
      
        
          | #define i2c_ops   mbed_i2c_ops | 
        
      
 
 
◆ IIO_UART_BAUD_RATE
      
        
          | #define IIO_UART_BAUD_RATE   (230400) | 
        
      
 
 
◆ MBED_PLATFORM
◆ PLATFORM_NAME
◆ STM32_PLATFORM
◆ STR
◆ uart_extra_init_params
◆ uart_ops
      
        
          | #define uart_ops   mbed_virtual_com_ops | 
        
      
 
 
◆ USE_VIRTUAL_COM_PORT
      
        
          | #define USE_VIRTUAL_COM_PORT | 
        
      
 
 
◆ 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_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   | 
  
 
 
◆ uart_desc
  
  
      
        
          | struct no_os_uart_desc* uart_desc | 
         
       
   | 
  
extern   |