FeliCa Link(RC-S730) Library

Embed: (wiki syntax)

« Back to documentation index

RCS730::callbacktable_t Struct Reference

RCS730::callbacktable_t Struct Reference

Callback Table. More...

#include <RCS730.h>

Data Fields

void * pUserData
 User Data pointer.
RCS730_CALLBACK_T pCbRxHTRDone
 Rx Done(Read w/o Enc[HT mode])
RCS730_CALLBACK_T pCbRxHTWDone
 Rx Done(Write w/o Enc[HT mode])
RCS730_CALLBACK_T pCbTxDone
 Tx Done.
RCS730_CALLBACK_T pCbRxDepDone
 Rx Done(DEP mode)
RCS730_CALLBACK_T pCbOther
 Other IRQ interrupt.

Detailed Description

Callback Table.

Definition at line 128 of file RCS730.h.


Field Documentation

Other IRQ interrupt.

Definition at line 135 of file RCS730.h.

Rx Done(DEP mode)

Definition at line 134 of file RCS730.h.

Rx Done(Read w/o Enc[HT mode])

Definition at line 130 of file RCS730.h.

Rx Done(Write w/o Enc[HT mode])

Definition at line 131 of file RCS730.h.

Tx Done.

Definition at line 133 of file RCS730.h.

void* pUserData

User Data pointer.

Definition at line 129 of file RCS730.h.