Chapter 2. Interrupt Mode Driver

Table of Contents
2.1. Driver Libraries
2.2. Overview of Operation
2.3. Result Dispatch
2.3.1. Command/Response Data
2.3.2. Unsolicited Data
2.4. Command/Response Interface
2.4.1. Asynchronous Command and Response Interface
2.4.1.1. Preparing for Commanding
2.4.1.2. Adding Commands to the Command List
2.4.1.3. Executing a Command List
2.4.1.4. Processing Results
2.4.2. Synchronous Command and Response Interface
2.5. Unsolicited Data Interfaces
2.5.1. Registering Call Back Handlers
2.5.2. Navigating Unsolicited Data
2.5.3. Freeing Unsolicited Data
2.5.4. Example Handlers

The Figure 2-1 below shows the software architecture for the interrupt mode LCB driver.

Figure 2-1. Interrupt Mode Driver Architecture.