GeMRTOS
Functions
listfunctions.c File Reference

GRTOS structure list management functions. More...

Go to the source code of this file.

Detailed Description

GRTOS structure list management functions.

Author
Ricardo Cayssials

This file contains thefuntion for list management.

Version
0.9a
Date
2015-2020
Bug:
None known
Warning
This product was produced by Ricardo Cayssials in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
DISCLAIMER OF WARRANTY. THIS PRODUCT IS LICENSED "AS IS." YOU BEAR THE RISK OF USING IT.
RICARDO CAYSSIALS GIVES NO EXPRESS WARRANTIES, GUARANTEES, OR CONDITIONS. TO THE EXTENT PERMITTED UNDER APPLICABLE LAWS, RICARDO CAYSSIALS EXCLUDES ALL IMPLIED WARRANTIES, INCLUDING MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.

Definition in file listfunctions.c.

Function Documentation

◆ gk_RRDSFL_Link()

INT32 gk_RRDSFL_Link ( GS_RRDS prrds)

Links a RRDS to the Free List.

gk_RRDSFL_Link

Parameters
[in]prrdsPointer to the RRDS
Returns
G_TRUE when successful, G_FALSE otherwise
Todo:

Check the RRDS according structure (queue, semaphore)

Check if RRDS is to ECB or TCB too (I am not sure)

See also
RRDS

TCBs linked list for debugging

Definition at line 2105 of file listfunctions.c.