![]() |
Synergy Software Package User's Manual
|
#include <r_dtc.h>
Data Fields | |
| uint32_t | id |
| Driver ID. | |
| elc_event_t | trigger |
| Transfer activation event. Matches event returned by transfer_api_t::infoGet. | |
| IRQn_Type | irq |
| Transfer activation IRQ, does not apply to all HAL drivers. | |
| void(* | p_callback )(transfer_callback_args_t *cb_data) |
| void const * | p_context |
Control block used by driver. DO NOT INITIALIZE - this structure will be initialized in transfer_api_t::open.
| void(* dtc_instance_ctrl_t::p_callback) (transfer_callback_args_t *cb_data) |
Callback for transfer end interrupt used for ELC software trigger.
| void const* dtc_instance_ctrl_t::p_context |
Placeholder for user data. Passed to the user p_callback in transfer_callback_args_t.