Searched refs:p (Results 1 – 6 of 6) sorted by relevance
125 SYSTEM_CalAddrVal_TypeDef * p, * end; in SYSTEM_GetCalibrationValue() local131 p = (SYSTEM_CalAddrVal_TypeDef *)MSC_FLASH_CHIPCONFIG_MEM_BASE; in SYSTEM_GetCalibrationValue()134 p = (SYSTEM_CalAddrVal_TypeDef *)(DEVINFO_BASE & 0xFFFFF000U); in SYSTEM_GetCalibrationValue()138 for (; p < end; p++) { in SYSTEM_GetCalibrationValue()139 if (p->address == 0) { in SYSTEM_GetCalibrationValue()143 if (p->address == s_regAddress) { in SYSTEM_GetCalibrationValue()144 *regAddress = p->calValue; in SYSTEM_GetCalibrationValue()
25 http://www.silabs.com/support/pages/document-library.aspx?p=MCUs--32-bit
51 http://www.silabs.com/support/pages/document-library.aspx?p=MCUs--32-bit
272 const uint8_t* p; member
823 domain_p_buffer.data = (void*)domain->p; in sl_se_generate_key()