Home
last modified time | relevance | path

Searched defs:numBytes (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager_light.c678 …tic void *MEM_BufferAllocateFromArea(memAreaPrivDesc_t *p_area, uint8_t area_id, uint32_t numBytes) in MEM_BufferAllocateFromArea()
908 static void *MEM_BufferAllocate(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocate()
945 void *MEM_BufferAllocWithId(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocWithId()
Dfsl_component_mem_manager.h95 #define MEM_BufferAlloc(numBytes) MEM_BufferAllocWithId(numBytes, 0) argument
Dfsl_component_mem_manager.c443 void *MEM_BufferAllocWithId(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocWithId()
/hal_nxp-latest/mcux/mcux-sdk/drivers/ltc/
Dfsl_ltc.c3283 static void ltc_hash_block_to_ififo(LTC_Type *base, const ltc_hash_block_t *blk, uint32_t numBytes,… in ltc_hash_block_to_ififo()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h362 uint8_t numBytes : 4; /*!< Specify the size (numBytes + 1) of the payload key field */ member