Home
last modified time | relevance | path

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

/hal_infineon-latest/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-latest/mtb-pdl-cat1/drivers/source/
Dcy_smif_sfdp.c242 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() argument
530 if (memorySize > MEMORY_SIZE_16MB) in SfdpGetNumOfAddrBytes()
570 uint32_t memorySize; in SfdpGetMemoryDensity() local
575 memorySize = (locSize + 1UL)/BITS_IN_BYTE; in SfdpGetMemoryDensity()
579 memorySize = (locSize - BITS_IN_BYTE_ABOVE_4GB) | in SfdpGetMemoryDensity()
583 return(memorySize); in SfdpGetMemoryDensity()