Nios II Classic Software Developer’s Handbook

ID 683282
Date 5/14/2015
Public
Document Table of Contents

7.10.2.4. Calling Direct Without Macros

Another way to use your driver functions is to call them directly, without macros. If your driver includes functions other than <component class> _read(), <component class> _write() and <component class> _ioctl(), you must call those functions directly from your application.