NCS Example Application 1.0.0
An NCS-based example application
Loading...
Searching...
No Matches
Blink driver operations

Operations of the blink driver class. More...

Data Structures

 Blink driver class operations. More...

Detailed Description

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.