Searched refs:psDevice (Results 1 – 3 of 3) sorted by relevance
97 device_info_get(am_hal_mcuctrl_device_t *psDevice) in device_info_get() argument102 psDevice->ui32ChipPN = MCUCTRL->CHIPPN; in device_info_get()107 psDevice->ui32ChipID0 = MCUCTRL->CHIPID0; in device_info_get()112 psDevice->ui32ChipID1 = MCUCTRL->CHIPID1; in device_info_get()117 psDevice->ui32ChipRev = MCUCTRL->CHIPREV; in device_info_get()122 psDevice->ui32VendorID = MCUCTRL->VENDORID; in device_info_get()127 psDevice->ui32SKU = MCUCTRL->SKU; in device_info_get()132 psDevice->ui32Qualified = 1; in device_info_get()137 psDevice->ui32FlashSize = in device_info_get()139 (psDevice->ui32ChipPN & MCUCTRL_CHIPPN_PARTNUM_FLASHSIZE_M) >> in device_info_get()[all …]
159 device_info_get(am_hal_mcuctrl_device_t *psDevice) in device_info_get() argument164 psDevice->ui32ChipPN = MCUCTRL->CHIPPN; in device_info_get()169 psDevice->ui32ChipID0 = MCUCTRL->CHIPID0; in device_info_get()174 psDevice->ui32ChipID1 = MCUCTRL->CHIPID1; in device_info_get()179 psDevice->ui32ChipRev = MCUCTRL->CHIPREV; in device_info_get()184 psDevice->ui32VendorID = MCUCTRL->VENDORID; in device_info_get()189 psDevice->ui32SKU = MCUCTRL->SKU; in device_info_get()194 psDevice->ui32Qualified = 1; in device_info_get()199 psDevice->ui32MRAMSize = g_am_hal_mcuctrl_sku_mram_size[MCUCTRL->SKU_b.SKUMRAMSIZE] * 1024; in device_info_get()204 psDevice->ui32DTCMSize = TCM_MAX_SIZE; in device_info_get()[all …]