|
NCS Example Application 1.0.0
An NCS-based example application
|
Operations of the blink driver class. More...
Data Structures | |
| struct | blink_driver_api |
| Blink driver class operations. More... | |
Operations of the blink driver class.
Each driver class tipically provides a set of operations that need to be implemented by each driver. These are used to implement the public API. If support for system calls is needed, the operations structure must be tagged with __subsystem and follow the ${class}_driver_api naming scheme.