utils
utilities in C for microcontrollers
Data Fields
pool_NAME_private Union Reference

private instance type generated by POOL with name set to NAME, type set to TYPE, and size set to SIZE More...

#include <pool.h>

Data Fields

struct slist_element element
 the free_list element
 
TYPE data
 the user data object of type TYPE
 

Detailed Description

private instance type generated by POOL with name set to NAME, type set to TYPE, and size set to SIZE

this type is used to store user data of type TYPE or an object of type slist_element for linking objects onto the free list


The documentation for this union was generated from the following file: