Searched defs:os_pool_def (Results 1 – 2 of 2) sorted by relevance
339 typedef struct os_pool_def { struct345 typedef struct os_pool_def { argument346 uint32_t pool_sz; ///< number of items (elements) in the pool347 uint32_t item_sz; ///< size of an item348 osMemoryPoolAttr_t attr; ///< memory pool attributes
191 typedef struct os_pool_def { struct192 uint32_t pool_sz; ///< number of items (elements) in the pool193 uint32_t item_sz; ///< size of an item194 void *pool; ///< pointer to memory for pool