Searched refs:memorySize (Results 1 – 2 of 2) sorted by relevance
87 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);
242 static uint32_t SfdpGetNumOfAddrBytes(uint8_t const sfdpBuffer[], uint32_t memorySize);518 static uint32_t SfdpGetNumOfAddrBytes(uint8_t const sfdpBuffer[], uint32_t memorySize) in SfdpGetNumOfAddrBytes() argument530 if (memorySize > MEMORY_SIZE_16MB) in SfdpGetNumOfAddrBytes()570 uint32_t memorySize; in SfdpGetMemoryDensity() local575 memorySize = (locSize + 1UL)/BITS_IN_BYTE; in SfdpGetMemoryDensity()579 memorySize = (locSize - BITS_IN_BYTE_ABOVE_4GB) | in SfdpGetMemoryDensity()583 return(memorySize); in SfdpGetMemoryDensity()