Data structure of backend configuration. More...
#include <npmx_backend.h>
Data Fields | |
npmx_backend_function_t | p_write |
Pointer to write function. | |
npmx_backend_function_t | p_read |
Pointer to read function. | |
void * | p_context |
User-defined context data passed as an argument for write and read functions. | |
Data structure of backend configuration.