Generic Library Driver Layer. More...
Modules | |
Peripheral Register Abstraction Layer (PRAL) Library | |
LC-Display Interface Driver | |
Power Converter Control Driver | |
Generic Library Driver Layer.
Library drivers are generic function libraries providing specific sub-functions for library modules. Each library driver is widely self-contained and includes functional software routines and resource management functions. Because of their generic nature, each library driver requires to be configured by proprietary user code to tailor their function to a specific application. The settings required to set up the library driver data objects are routed through the overlaying device driver, which also provides the API and public data objects holding the library driver settings.
Please refer to the specific library driver for more information.