From 9f95ff5b6ba01db09552b84a0ab79607060a2666 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Wed, 11 Dec 2019 08:59:21 +0100 Subject: Official ARM version: v5.4.0 Add CMSIS V5.4.0, please refer to index.html available under \docs folder. Note: content of \CMSIS\Core\Include has been copied under \Include to keep the same structure used in existing projects, and thus avoid projects mass update Note: the following components have been removed from ARM original delivery (as not used in ST packages) - CMSIS_EW2018.pdf - .gitattributes - .gitignore - \Device - \CMSIS - \CoreValidation - \DAP - \Documentation - \DoxyGen - \Driver - \Pack - \RTOS\CMSIS_RTOS_Tutorial.pdf - \RTOS\RTX - \RTOS\Template - \RTOS2\RTX - \Utilities - All ARM/GCC projects files are deleted from \DSP, \RTOS and \RTOS2 Change-Id: Ia026c3f0f0d016627a4fb5a9032852c33d24b4d3 --- docs/Driver/html/annotated.html | 191 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 191 insertions(+) create mode 100644 docs/Driver/html/annotated.html (limited to 'docs/Driver/html/annotated.html') diff --git a/docs/Driver/html/annotated.html b/docs/Driver/html/annotated.html new file mode 100644 index 0000000..cb00aa7 --- /dev/null +++ b/docs/Driver/html/annotated.html @@ -0,0 +1,191 @@ + + + + + +Data Structures +CMSIS-Driver: Data Structures + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Driver +  Version 2.6.0 +
+
Peripheral Interface for Middleware and Application Code
+
+
+ +
+
    + +
+
+ + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
Data Structures
+
+
+
Here are the data structures with brief descriptions:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
oCARM_CAN_CAPABILITIESCAN Device Driver Capabilities
oCARM_CAN_MSG_INFOCAN Message Information
oCARM_CAN_OBJ_CAPABILITIESCAN Object Capabilities
oCARM_CAN_STATUSCAN Status
oCARM_DRIVER_CANAccess structure of the CAN Driver
oCARM_DRIVER_ETH_MACAccess structure of the Ethernet MAC Driver
oCARM_DRIVER_ETH_PHYAccess structure of the Ethernet PHY Driver
oCARM_DRIVER_FLASHAccess structure of the Flash Driver
oCARM_DRIVER_I2CAccess structure of the I2C Driver
oCARM_DRIVER_MCIAccess structure of the MCI Driver
oCARM_DRIVER_NANDAccess structure of the NAND Driver
oCARM_DRIVER_SAIAccess structure of the SAI Driver
oCARM_DRIVER_SPIAccess structure of the SPI Driver
oCARM_DRIVER_STORAGE
oCARM_DRIVER_USARTAccess structure of the USART Driver
oCARM_DRIVER_USBDAccess structure of the USB Device Driver
oCARM_DRIVER_USBHAccess structure of USB Host Driver
oCARM_DRIVER_USBH_HCIAccess structure of USB Host HCI (OHCI/EHCI) Driver
oCARM_DRIVER_VERSIONDriver Version
oCARM_ETH_LINK_INFOEthernet link information
oCARM_ETH_MAC_ADDREthernet MAC Address
oCARM_ETH_MAC_CAPABILITIESEthernet MAC Capabilities
oCARM_ETH_MAC_TIMEEthernet MAC Time
oCARM_FLASH_CAPABILITIESFlash Driver Capabilities
oCARM_FLASH_INFOFlash information
oCARM_FLASH_SECTORFlash Sector information
oCARM_FLASH_STATUSFlash Status
oCARM_I2C_CAPABILITIESI2C Driver Capabilities
oCARM_I2C_STATUSI2C Status
oCARM_MCI_CAPABILITIESMCI Driver Capabilities
oCARM_MCI_STATUSMCI Status
oCARM_NAND_CAPABILITIESNAND Driver Capabilities
oCARM_NAND_ECC_INFONAND ECC (Error Correction Code) Information
oCARM_NAND_STATUSNAND Status
oCARM_SAI_CAPABILITIESSAI Driver Capabilities
oCARM_SAI_STATUSSAI Status
oCARM_SPI_CAPABILITIESSPI Driver Capabilities
oCARM_SPI_STATUSSPI Status
oCARM_STORAGE_BLOCKA storage block is a range of memory with uniform attributes
oCARM_STORAGE_BLOCK_ATTRIBUTESAttributes of the storage range within a storage block
oCARM_STORAGE_CAPABILITIESStorage Driver API Capabilities
oCARM_STORAGE_INFO
oCARM_STORAGE_SECURITY_FEATURES
oCARM_STORAGE_STATUSOperating status of the storage controller
oCARM_USART_CAPABILITIESUSART Device Driver Capabilities
oCARM_USART_MODEM_STATUSUSART Modem Status
oCARM_USART_STATUSUSART Status
oCARM_USBD_CAPABILITIESUSB Device Driver Capabilities
oCARM_USBD_STATEUSB Device State
oCARM_USBH_CAPABILITIESUSB Host Driver Capabilities
oCARM_USBH_HCI_CAPABILITIESUSB Host HCI (OHCI/EHCI) Driver Capabilities
\CARM_USBH_PORT_STATEUSB Host Port State
+
+
+
+ + + + -- cgit