|
FreeRTOS:
BLE
BLE
|
| Return to main page ↑ |
Link member placed in structs of a list or queue. More...
#include <iot_ble_linear_containers.h>
Data Fields | |
| struct IotLink * | pPrevious |
| Pointer to the previous element. | |
| struct IotLink * | pNext |
| Pointer to the next element. | |
Link member placed in structs of a list or queue.
All elements in a list or queue must contain one of these members. The macro IotLink_Container can be used to calculate the starting address of the link's container.