Visible to Intel only — GUID: wpp1655798702856
Ixiasoft
Visible to Intel only — GUID: wpp1655798702856
Ixiasoft
8.1. Driver Integration in the HAL API
For integration in the HAL API, you write device access functions as specified in this chapter, and the device becomes accessible to software through the standard HAL API. For example, if you have a new LCD screen device that displays ASCII characters, you write a character-mode device driver. With this driver in place, programs can call the familiar printf() function to stream characters to the LCD screen.