Home
last modified time | relevance | path

Searched refs:memorySize (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.6.0/bless/include/
Dcy_ble_stack_pvt.h87 extern cy_en_ble_api_result_t Cy_BLE_HAL_ControllerGetHeapMemoryWrapper(uint16_t *memorySize);
92 extern cy_en_ble_api_result_t Cy_BLE_HAL_ControllerGetInternalHeapReqWrapper(uint16_t *memorySize);
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_smif_sfdp.c242 static uint32_t SfdpGetNumOfAddrBytes(uint8_t const sfdpBuffer[], uint32_t memorySize);
597 static uint32_t SfdpGetNumOfAddrBytes(uint8_t const sfdpBuffer[], uint32_t memorySize) in SfdpGetNumOfAddrBytes() argument
609 if (memorySize > MEMORY_SIZE_16MB) in SfdpGetNumOfAddrBytes()
649 uint32_t memorySize; in SfdpGetMemoryDensity() local
654 memorySize = (locSize + 1UL)/BITS_IN_BYTE; in SfdpGetMemoryDensity()
658 memorySize = (locSize - BITS_IN_BYTE_ABOVE_4GB) | in SfdpGetMemoryDensity()
662 return(memorySize); in SfdpGetMemoryDensity()