[En-Nut-Discussion] Another set of eyes

Harald Kipp harald.kipp at egnite.de
Tue Jul 22 10:08:47 CEST 2003


Ralph,

It is cleared stated in a note, that

  * \note It is save to call this function from within an interrupt
  *       handler. In any case interrupts must be disabled when
  *       calling this function.
  *

NutEventPostAsync is intended for use by interrupt routines and
may be used too by time critical routines. Both would have
interrupts disabled.

Can you (or anybody else) provide an example, where "normal"
application code must use NutEventPostAsync instead of
NutEventPost?

Harald




More information about the En-Nut-Discussion mailing list