Synergy Software Package User's Manual

#include <r_doc_api.h>

Data Fields

doc_event_t event
 Select enumerated value from doc_event_t.
 
uint8_t irq_ipl
 DOC interrupt priority.
 
void(* p_callback )(doc_callback_args_t *p_args)
 
void const * p_context
 

Detailed Description

User configuration structure, used in the open function.

Field Documentation

◆ p_callback

void(* doc_cfg_t::p_callback) (doc_callback_args_t *p_args)

Callback provided when a DOC ISR occurs.

◆ p_context

void const* doc_cfg_t::p_context

Placeholder for user data. Passed to the user callback in doc_callback_args_t.


The documentation for this struct was generated from the following file: