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);597 static uint32_t SfdpGetNumOfAddrBytes(uint8_t const sfdpBuffer[], uint32_t memorySize) in SfdpGetNumOfAddrBytes() argument609 if (memorySize > MEMORY_SIZE_16MB) in SfdpGetNumOfAddrBytes()649 uint32_t memorySize; in SfdpGetMemoryDensity() local654 memorySize = (locSize + 1UL)/BITS_IN_BYTE; in SfdpGetMemoryDensity()658 memorySize = (locSize - BITS_IN_BYTE_ABOVE_4GB) | in SfdpGetMemoryDensity()662 return(memorySize); in SfdpGetMemoryDensity()