Home
last modified time | relevance | path

Searched refs:osMemoryPoolId_t (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
H A Dcmsis_os2.h401 typedef void *osMemoryPoolId_t; typedef
1097 osMemoryPoolId_t osMemoryPoolNew (uint32_t block_count, uint32_t block_size, const osMemoryPoolAttr_t *attr);
1099 const char *osMemoryPoolGetName (osMemoryPoolId_t mp_id);
1101 void *osMemoryPoolAlloc (osMemoryPoolId_t mp_id, uint32_t timeout);
1103 osStatus_t osMemoryPoolFree (osMemoryPoolId_t mp_id, void *block);
1105 uint32_t osMemoryPoolGetCapacity (osMemoryPoolId_t mp_id);
1107 uint32_t osMemoryPoolGetBlockSize (osMemoryPoolId_t mp_id);
1109 uint32_t osMemoryPoolGetCount (osMemoryPoolId_t mp_id);
1111 uint32_t osMemoryPoolGetSpace (osMemoryPoolId_t mp_id);
1113 osStatus_t osMemoryPoolDelete (osMemoryPoolId_t mp_i
[all...]

Completed in 2 milliseconds