Drivers index page

0.12

This text is typed before declaring the first section

Introduction

All device drivers, including bus drivers and I/O level drivers are contained in the same directory and all are included il the library file lib drivers.a.

Drivers are subdivided in 3 levels: I/O level, includes basic I/O functions to control and read hardware data lines; bus level, over I/O level we can create a bus concept, implemented buses are for example SPI and I2C bus, SPI bus implementation will simplify device drivers that makes use of it. Finally we have device driver level: over bus implementation and I/O level are implemented all spacific device derivers.

There is a device driver for each device or for each family of devices: some device driver may be able to handle more than one device, for example I2C memories are very similar each other, a full family of memories can be driven by a single device driver.

This is a section called intro_sec where the section title is set to "Introduction". More text can be added here.

This line is a new text line seperated by a blank line.

Driver organization

Come e' fatto e come funziona un singolo driver.

This is a section called install_sec where the section title is set to "Installation". This is more text of this paragraph.

Step 1: Opening the box

Now there is a subsection: this is a subsection called step1 where the subsection title is set to "Step 1: Opening the box".

etc...


Generated on Tue Apr 14 22:08:57 2020 for libdrivers by  doxygen 1.5.6