Fixed some obsolete references.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5952 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
24aaa7e2c9
commit
6627768bdf
|
@ -145,7 +145,6 @@ struct SerialDriver {
|
||||||
* checks directly the output queue. This is faster but cannot
|
* checks directly the output queue. This is faster but cannot
|
||||||
* be used to check different channels implementations.
|
* be used to check different channels implementations.
|
||||||
*
|
*
|
||||||
* @see chIOPutWouldBlock()
|
|
||||||
* @deprecated
|
* @deprecated
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
|
@ -158,7 +157,6 @@ struct SerialDriver {
|
||||||
* checks directly the input queue. This is faster but cannot
|
* checks directly the input queue. This is faster but cannot
|
||||||
* be used to check different channels implementations.
|
* be used to check different channels implementations.
|
||||||
*
|
*
|
||||||
* @see chIOGetWouldBlock()
|
|
||||||
* @deprecated
|
* @deprecated
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
|
@ -171,7 +169,7 @@ struct SerialDriver {
|
||||||
* writes directly on the output queue. This is faster but cannot
|
* writes directly on the output queue. This is faster but cannot
|
||||||
* be used to write to different channels implementations.
|
* be used to write to different channels implementations.
|
||||||
*
|
*
|
||||||
* @see chIOPut()
|
* @see chnPutTimeout()
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
@ -183,7 +181,7 @@ struct SerialDriver {
|
||||||
* writes directly on the output queue. This is faster but cannot
|
* writes directly on the output queue. This is faster but cannot
|
||||||
* be used to write to different channels implementations.
|
* be used to write to different channels implementations.
|
||||||
*
|
*
|
||||||
* @see chIOPutTimeout()
|
* @see chnPutTimeout()
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
@ -195,7 +193,7 @@ struct SerialDriver {
|
||||||
* reads directly from the input queue. This is faster but cannot
|
* reads directly from the input queue. This is faster but cannot
|
||||||
* be used to read from different channels implementations.
|
* be used to read from different channels implementations.
|
||||||
*
|
*
|
||||||
* @see chIOGet()
|
* @see chnGetTimeout()
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
@ -207,7 +205,7 @@ struct SerialDriver {
|
||||||
* reads directly from the input queue. This is faster but cannot
|
* reads directly from the input queue. This is faster but cannot
|
||||||
* be used to read from different channels implementations.
|
* be used to read from different channels implementations.
|
||||||
*
|
*
|
||||||
* @see chIOGetTimeout()
|
* @see chnGetTimeout()
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
@ -219,7 +217,7 @@ struct SerialDriver {
|
||||||
* writes directly to the output queue. This is faster but cannot
|
* writes directly to the output queue. This is faster but cannot
|
||||||
* be used to write from different channels implementations.
|
* be used to write from different channels implementations.
|
||||||
*
|
*
|
||||||
* @see chIOWriteTimeout()
|
* @see chnWrite()
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
@ -233,7 +231,7 @@ struct SerialDriver {
|
||||||
* writes directly to the output queue. This is faster but cannot
|
* writes directly to the output queue. This is faster but cannot
|
||||||
* be used to write to different channels implementations.
|
* be used to write to different channels implementations.
|
||||||
*
|
*
|
||||||
* @see chIOWriteTimeout()
|
* @see chnWriteTimeout()
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
@ -246,7 +244,7 @@ struct SerialDriver {
|
||||||
* writes directly to the output queue. This is faster but cannot
|
* writes directly to the output queue. This is faster but cannot
|
||||||
* be used to write to different channels implementations.
|
* be used to write to different channels implementations.
|
||||||
*
|
*
|
||||||
* @see chIOWriteTimeout()
|
* @see chnWriteTimeout()
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
@ -259,7 +257,7 @@ struct SerialDriver {
|
||||||
* reads directly from the input queue. This is faster but cannot
|
* reads directly from the input queue. This is faster but cannot
|
||||||
* be used to read from different channels implementations.
|
* be used to read from different channels implementations.
|
||||||
*
|
*
|
||||||
* @see chIOReadTimeout()
|
* @see chnRead()
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
@ -273,7 +271,7 @@ struct SerialDriver {
|
||||||
* reads directly from the input queue. This is faster but cannot
|
* reads directly from the input queue. This is faster but cannot
|
||||||
* be used to read from different channels implementations.
|
* be used to read from different channels implementations.
|
||||||
*
|
*
|
||||||
* @see chIOReadTimeout()
|
* @see chnReadTimeout()
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
@ -286,7 +284,7 @@ struct SerialDriver {
|
||||||
* reads directly from the input queue. This is faster but cannot
|
* reads directly from the input queue. This is faster but cannot
|
||||||
* be used to read from different channels implementations.
|
* be used to read from different channels implementations.
|
||||||
*
|
*
|
||||||
* @see chIOReadTimeout()
|
* @see chnReadTimeout()
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue