• Extension APIs: ชุดของ API นี้ถูกแบ่งลงในสองประเภทย่อย :
–
Family specific APIs: APIs นำมาใช้กับ a given family. พวกมันถูกวางอยู่ใน the extension HAL driver file (ดูตัวอย่างข้าง
ล่างที่เกี่ยวข้องกับ the ADC).

–
Device part number specific APIs: APIs เหล่านี้ถูกจัดให้มีใช้ใน the extension file และไม่ถูกจำกัดโดย specific define
statements ที่สัมพันธ์กับ a given part number.
Note: The data structure ที่สัมพันธ์กับ the specific APIs ไม่ถูกจำกัดโดย the device part number define statement. มันถูก
วางอยู่ใน the corresponding extension header C file.