git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2411 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
d573d5f308
commit
feba444df5
|
@ -141,7 +141,7 @@ typedef enum {
|
||||||
#endif /* !ADC_USE_WAIT */
|
#endif /* !ADC_USE_WAIT */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Common ISR code, half buffer full.
|
* @brief Common ISR code, half buffer event.
|
||||||
* @details This code handles the portable part of the ISR code:
|
* @details This code handles the portable part of the ISR code:
|
||||||
* - Callback invocation.
|
* - Callback invocation.
|
||||||
* .
|
* .
|
||||||
|
@ -160,7 +160,7 @@ typedef enum {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Common ISR code, full buffer full.
|
* @brief Common ISR code, full buffer event.
|
||||||
* @details This code handles the portable part of the ISR code:
|
* @details This code handles the portable part of the ISR code:
|
||||||
* - Callback invocation.
|
* - Callback invocation.
|
||||||
* - Waiting thread wakeup, if any.
|
* - Waiting thread wakeup, if any.
|
||||||
|
|
Loading…
Reference in New Issue