Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 56) sorted by relevance

123

/cmsis_6-latest/CMSIS/Documentation/Doxygen/Driver/src/
DDriver_WiFi.c509 int32_t ARM_WIFI_SetOption (uint32_t interface, uint32_t option, const void *data, uint32_t len) { in ARM_WIFI_SetOption() argument
566 int32_t ARM_WIFI_GetOption (uint32_t interface, uint32_t option, void *data, uint32_t *len) { in ARM_WIFI_GetOption() argument
627 int32_t ARM_WIFI_Activate (uint32_t interface, const ARM_WIFI_CONFIG_t *config) { in ARM_WIFI_Activate() argument
708 int32_t ARM_WIFI_Deactivate (uint32_t interface) { in ARM_WIFI_Deactivate() argument
800 int32_t ARM_WIFI_BypassControl (uint32_t interface, uint32_t mode) { in ARM_WIFI_BypassControl() argument
850 int32_t ARM_WIFI_EthSendFrame (uint32_t interface, const uint8_t *frame, uint32_t len) { in ARM_WIFI_EthSendFrame() argument
876 int32_t ARM_WIFI_EthReadFrame (uint32_t interface, uint8_t *frame, uint32_t len) { in ARM_WIFI_EthReadFrame() argument
910 uint32_t ARM_WIFI_EthGetRxFrameSize (uint32_t interface) { in ARM_WIFI_EthGetRxFrameSize() argument
Dmainpage.md29 - \ref i2c_interface_gr "I2C": Multi-master Serial Single-Ended Bus interface driver.
31 - \ref nand_interface_gr "NAND": NAND Flash Memory interface driver.
32 - \ref flash_interface_gr "Flash": Flash Memory interface driver.
33 …- \ref sai_interface_gr "SAI": Serial audio interface driver (I2s, PCM, AC'97, TDM, MSB/LSB Justif…
35 - \ref storage_interface_gr "Storage": Storage device interface driver.
36 …interface_gr "USART": Universal Synchronous and Asynchronous Receiver/Transmitter interface driver.
59 &emsp;&nbsp; ┣ �� DriverTemplates | Driver Template files (Driver_<i>interface</i>.c)
60 &emsp;&nbsp; ┣ �� Include | API header files (Driver_<i>interface</i>.h, %Driver_Common.h)
61 &emsp;&nbsp; ┗ �� VIO | Implementation of virtual Input/Output interface (\ref vio_inte…
Dhistory.md66 - Added: template files for CAN interface driver.
72 - Added: CAN API for an interface to CAN peripherals
81 - Added: Flash Interface, NAND interface.
Doperation.md14 - `GetVersion`: can be called at any time to obtain version information of the driver interface.
16 - `GetCapabilities`: can be called at any time to obtain capabilities of the driver interface.
29 …alize`: Complementary function to Initialize. Releases the I/O pin resources used by the interface.
33 …tion of each function. Additional functions are specific to each driver interface and are describe…
170 ARM_DRIVER_SPI Driver_SPI1; // access functions for SPI1 interface
171 ARM_DRIVER_SPI Driver_SPI2; // access functions for SPI2 interface
172 ARM_DRIVER_SPI Driver_SPI3; // access functions for SPI3 interface
179 …ing convention: the keyword `Driver` followed by an underscore `_`, the interface name `IFNAME` (u…
210 init_middleware (&Driver_SPI1); // connect middleware to SPI1 interface
212 init_middleware (&Driver_SPI2); // connect middleware to SPI2 interface
[all …]
DDriver_ETH_PHY.c145 int32_t ARM_ETH_PHY_SetInterface (uint32_t interface) { in ARM_ETH_PHY_SetInterface() argument
/cmsis_6-latest/CMSIS/Driver/DriverTemplates/
DDriver_WiFi.c69 static int32_t ARM_WiFi_SetOption (uint32_t interface, uint32_t option, const void *data, uint32_t … in ARM_WiFi_SetOption() argument
73 static int32_t ARM_WiFi_GetOption (uint32_t interface, uint32_t option, void *data, uint32_t *len) { in ARM_WiFi_GetOption() argument
80 static int32_t ARM_WiFi_Activate (uint32_t interface, const ARM_WIFI_CONFIG_t *config) { in ARM_WiFi_Activate() argument
84 static int32_t ARM_WiFi_Deactivate (uint32_t interface) { in ARM_WiFi_Deactivate() argument
96 static int32_t ARM_WiFi_BypassControl (uint32_t interface, uint32_t mode) { in ARM_WiFi_BypassControl() argument
100 static int32_t ARM_WiFi_EthSendFrame (uint32_t interface, const uint8_t *frame, uint32_t len){ in ARM_WiFi_EthSendFrame() argument
104 static int32_t ARM_WiFi_EthReadFrame (uint32_t interface, uint8_t *frame, uint32_t len){ in ARM_WiFi_EthReadFrame() argument
108 static uint32_t ARM_WiFi_EthGetRxFrameSize (uint32_t interface){ in ARM_WiFi_EthGetRxFrameSize() argument
DDriver_ETH_PHY.c62 static int32_t ARM_ETH_PHY_SetInterface(uint32_t interface) in ARM_ETH_PHY_SetInterface() argument
64 switch (interface) in ARM_ETH_PHY_SetInterface()
/cmsis_6-latest/CMSIS/Driver/Include/
DDriver_WiFi.h632 …int32_t (*SetOption) (uint32_t interface, uint32_t option, const v…
633 …int32_t (*GetOption) (uint32_t interface, uint32_t option, v…
635 …int32_t (*Activate) (uint32_t interface, const ARM_WIFI_CONFIG_t …
636 int32_t (*Deactivate) (uint32_t interface);
639 int32_t (*BypassControl) (uint32_t interface, uint32_t mode);
640 …int32_t (*EthSendFrame) (uint32_t interface, const uint8_t *frame, ui…
641 …int32_t (*EthReadFrame) (uint32_t interface, uint8_t *frame, ui…
642 uint32_t (*EthGetRxFrameSize) (uint32_t interface);
DDriver_ETH_PHY.h133 …int32_t (*SetInterface) (uint32_t interface); ///< Pointer to \ref ARM_ETH_P…
/cmsis_6-latest/CMSIS/Documentation/Doxygen/Core_A/src/
Dref_gic.txt109 - Forwarding of interrupts by the Distributor to the CPU interface is disabled.
110 - Signaling of interrupts by the CPU interface to the connected PE is disabled.
111 …- There are no pending interrupts on the CPU interface with sufficient priority for the interface
211 and the interrupt interface is enabled.
227 Initializes the distributor and the cpu interface.
269 Enables the signaling of interrupts by the CPU interface to the connected processor, and
270 provides additional top-level control of the CPU interface. In a GICv2 implementation, this
309 | [15:12] | Revision | An IMPLEMENTATION DEFINED revision number for the CPU interface. |
310 …0] | Implementer | Contains the JEP106 code of the company that implemented the CPU interface. |
319 | [7:0] | Priority | The priority mask level for the CPU interface. |
[all …]
Dmainpage.md7 - **System exception names** to interface to system exceptions without having compatibility issues.
/cmsis_6-latest/CMSIS/Documentation/Doxygen/Compiler/src/
Dmainpage.md5 - File interface for reading and writing files.
6 - I/O interface for standard I/O stream retargeting (stderr, stdin, stdout).
7 - OS interface for multithread safety using an arbitrary RTOS.
/cmsis_6-latest/CMSIS/Documentation/Doxygen/DAP/src/
Dmainpage.md10 …cally either with a 5-pin JTAG or with a 2-pin Serial Wired Debug (SWD) interface that is used as …
12 CMSIS-DAP provides the interface firmware for a debug unit that implements the communication betwee…
21 …- Provides a standardized interface for debuggers. Interfaces to many standard debuggers is availa…
/cmsis_6-latest/CMSIS/Documentation/Doxygen/RTOS2/src/
Dmainpage.md5 **CMSIS-RTOS2** specifies a generic RTOS interface over real-time OS kernels running on Arm&reg; Co…
7 CMSIS-RTOS2 also specifies a standard \ref CMSIS_RTOS_TickAPI "OS Tick interface" for use by RTOS k…
9 ![CMSIS-RTOS2 interface](./images/cmsis_rtos2_overview.png)
18 …- The C interface is binary compliant with the [Application Binary Interface (ABI) for Arm archite…
29 …rovides most complete support for CMSIS-RTOS2 API and uses it as native interface. For more inform…
Dref_cmsis_os2_groups.txt4 \brief C interface of CMSIS-RTOS2 API defined in cmsis_os2.h
8 The complete API interface is defined in the \ref cmsis_os2_h. For generic overview refer to \ref u…
Dref_os_tick.txt4 \brief System tick timer interface for periodic RTOS Kernel Ticks defined in <b>%os_tick.h</b>
7 The <b>OS Tick API</b> is an interface to a system timer that generates the Kernel Ticks.
Dhistory.md108 …- Prepared for C++ class interface. In this context to \em const attribute has been moved from osX…
/cmsis_6-latest/CMSIS/Documentation/Doxygen/Core/src/
Dref_pmu8.txt223 … 0xC300 /*!< \brief Read or write access on the S-AHB interface to the TCM */
224 … 0xC300 /*!< \brief Read or write access on the S-AHB interface to the TCM */
225 … 0xC301 /*!< \brief Read or write access on the P-AHB interface */
226 …E_ACCESS 0xC302 /*!< \brief Any beat access to M-AXI write interface */
227 …D_ACCESS 0xC303 /*!< \brief Any beat access to M-AXI read interface */
257 … 0xC300 /*!< \brief Read or write access on the S-AHB interface to the TCM */
258 … 0xC301 /*!< \brief Read or write access on the P-AHB interface */
259 …_ACCESS 0xC302 /*!< \brief Any beat access to M-AXI write interface */
260 …D_ACCESS 0xC303 /*!< \brief Any beat access to M-AXI read interface */
/cmsis_6-latest/CMSIS/CoreValidation/Layer/Target/CM55NS/
Dmodel_config.txt27 … , init-time) default = '1' : Specifies whether the external coprocessor interface is included
/cmsis_6-latest/CMSIS/CoreValidation/Layer/Target/CM55/
Dmodel_config.txt27 … , init-time) default = '1' : Specifies whether the external coprocessor interface is included
/cmsis_6-latest/CMSIS/CoreValidation/Layer/Target/CM55S/
Dmodel_config.txt27 … , init-time) default = '1' : Specifies whether the external coprocessor interface is included
/cmsis_6-latest/CMSIS/CoreValidation/Layer/Target/CM52/
Dmodel_config.txt26 … , init-time) default = '1' : Specifies whether the external coprocessor interface is included
/cmsis_6-latest/CMSIS/CoreValidation/Layer/Target/CM52NS/
Dmodel_config.txt26 … , init-time) default = '1' : Specifies whether the external coprocessor interface is included
/cmsis_6-latest/CMSIS/CoreValidation/Layer/Target/CM52S/
Dmodel_config.txt26 … , init-time) default = '1' : Specifies whether the external coprocessor interface is included
/cmsis_6-latest/CMSIS/CoreValidation/Layer/Target/CM33NS/
Dmodel_config.txt29 … , init-time) default = '1' : Specifies whether the external coprocessor interface is included

123