Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resources:tools-software:uc-drivers:adxl355 [22 Mar 2022 14:10] – [ADXL355 Driver] Ramona Bolboacaresources:tools-software:uc-drivers:adxl355 [27 Jun 2023 10:37] (current) – [ADXL355 IIO Code Driver Documentation] Ramona Bolboaca
Line 1: Line 1:
-====== ADXL355 Driver ======+====== ADXL355 - No-OS Driver ======
  
 ===== Supported Devices ===== ===== Supported Devices =====
Line 26: Line 26:
 The goal of ADI Microcontroller No-OS is to be able to provide reference projects for lower end processors, which can't run Linux, or aren't running a specific operating system, to help those customers using microcontrollers with ADI parts. ADI No-OS offers **generic drivers** which can be used as a base for any microcontroller platform and also **example projects** which are using these drivers on various microcontroller platforms.  The goal of ADI Microcontroller No-OS is to be able to provide reference projects for lower end processors, which can't run Linux, or aren't running a specific operating system, to help those customers using microcontrollers with ADI parts. ADI No-OS offers **generic drivers** which can be used as a base for any microcontroller platform and also **example projects** which are using these drivers on various microcontroller platforms. 
  
-For more information about ADI No-OS and supported microcontroller platforms see: [[:resources:no-os:overview ADI No-OS]]+For more information about ADI No-OS and supported microcontroller platforms see: [[:resources:no-os | no-OS]]
  
  
Line 72: Line 72:
 ==== ADXL355 Code Driver Documentation ==== ==== ADXL355 Code Driver Documentation ====
 Source code documentation for the driver is automatically generated using the Doxygen tool and it is available below: Source code documentation for the driver is automatically generated using the Doxygen tool and it is available below:
-  * [[http://analogdevicesinc.github.io/no-OS/adxl355_8h.html|ADXL355 Header file]] +  * [[http://analogdevicesinc.github.io/no-OS/doxygen/adxl355_8h.html|ADXL355 Header file]] 
-  * [[http://analogdevicesinc.github.io/no-OS/adxl355_8c.html|ADXL355 Source file]]+  * [[http://analogdevicesinc.github.io/no-OS/doxygen/adxl355_8c.html|ADXL355 Source file]]
  
  
Line 204: Line 204:
 ==== ADXL355 IIO Code Driver Documentation ==== ==== ADXL355 IIO Code Driver Documentation ====
 Source code documentation for the IIO driver is automatically generated using the Doxygen tool and it is available below: Source code documentation for the IIO driver is automatically generated using the Doxygen tool and it is available below:
-  * [[http://analogdevicesinc.github.io/no-OS/iio__adxl355_8h.html|ADXL355 IIO Header file]] +  * [[http://analogdevicesinc.github.io/no-OS/doxygen/iio__adxl355_8h.html|ADXL355 IIO Header file]] 
-  * [[http://analogdevicesinc.github.io/no-OS/iio__adxl355_8c.html|ADXL355 IIO Source file]]+  * [[http://analogdevicesinc.github.io/no-OS/doxygen/iio__adxl355_8c.html|ADXL355 IIO Source file]]
 ==== ADXL355 IIO Device Configuration ==== ==== ADXL355 IIO Device Configuration ====
 === Device Attributes === === Device Attributes ===
 ADXL355 IIO device does not have any device specific attributes. ADXL355 IIO device does not have any device specific attributes.
 === Device Channels === === Device Channels ===
-ADXL355 IIO device has 0 input channels and 4 output channels: 3 acceleration channels and 1 temperature channel.+ADXL355 IIO device has 0 output channels and 4 input channels: 3 acceleration channels and 1 temperature channel.
  
 == Acceleration channels == == Acceleration channels ==
Line 266: Line 266:
 The ADXL355 IIO devices driver supports the usage of a data buffer for reading purposes. The ADXL355 IIO devices driver supports the usage of a data buffer for reading purposes.
  
-=== Device triggers === 
-TBD 
 ==== ADXL355 IIO Driver Initialization Example ==== ==== ADXL355 IIO Driver Initialization Example ====
 <code> <code>
resources/tools-software/uc-drivers/adxl355.1647954652.txt.gz · Last modified: 22 Mar 2022 14:10 by Ramona Bolboaca