/** * typedef vsc_event_cb_t - event callback function signature * @context: the execution context of who registered this callback * * The callback function is called in interrupt context and the data * payload is only valid during the call. If the user needs access * the data payload later, it must copy the payload.
*/ typedefvoid (*vsc_tp_event_cb_t)(void *context);
int vsc_tp_rom_xfer(struct vsc_tp *tp, constvoid *obuf, void *ibuf,
size_t len);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.