Home
last modified time | relevance | path

Searched defs:name (Results 1 – 9 of 9) sorted by relevance

/cmsis_6-latest/CMSIS/CoreValidation/Include/
Dcmsis_cv.h14 #define EXPAND_SYMBOL(name, port) name##port argument
15 #define CREATE_SYMBOL(name, port) EXPAND_SYMBOL(name, port) argument
/cmsis_6-latest/CMSIS/Documentation/Doxygen/style_template/
Ddarkmode_toggle.js127 static createCookie(name, value, days) { argument
138 static readCookie(name) { argument
149 static eraseCookie(name) { argument
/cmsis_6-latest/CMSIS/Core/Test/
Dvcpkg-configuration.json6 "name": "arm" string
/cmsis_6-latest/CMSIS/RTOS2/Include/
Dcmsis_os2.h288 const char *name; ///< name of the thread member
301 const char *name; ///< name of the timer member
309 const char *name; ///< name of the event flags member
317 const char *name; ///< name of the mutex member
325 const char *name; ///< name of the semaphore member
333 const char *name; ///< name of the memory pool member
343 const char *name; ///< name of the message queue member
/cmsis_6-latest/CMSIS/CoreValidation/Project/
Dvcpkg-configuration.json6 "name": "arm" string
/cmsis_6-latest/.devcontainer/ubuntu-22.04/
Dvcpkg-configuration.json6 "name": "arm" string
Ddevcontainer.json2 "name": "Ubuntu-22.04", string
/cmsis_6-latest/CMSIS/Documentation/Doxygen/Driver/src/
DDriver_WiFi.c1609 int32_t ARM_WIFI_SocketGetHostByName (const char *name, int32_t af, uint8_t *ip, uint32_t *ip_len) { in ARM_WIFI_SocketGetHostByName()
/cmsis_6-latest/CMSIS/Driver/DriverTemplates/
DDriver_WiFi.c168 static int32_t ARM_WiFi_SocketGetHostByName (const char *name, int32_t af, uint8_t *ip, uint32_t *i… in ARM_WiFi_SocketGetHostByName()