Home
last modified time | relevance | path

Searched refs:FUNCTION2 (Results 1 – 10 of 10) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/
Dcore_cm3.h856 __IOM uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 */ member
Dcore_sc300.h839 __IOM uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 */ member
Dcore_cm4.h921 __IOM uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 */ member
Dcore_cm7.h1140 __IOM uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 */ member
Dcore_cm33.h1153 __IOM uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 */ member
Dcore_cm35p.h1153 __IOM uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 */ member
Dcore_starmc1.h1202 __IOM uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 */ member
Dcore_cm85.h1257 __IOM uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 */ member
Dcore_cm55.h1257 __IOM uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 */ member
/third_party/sqlite/src/
Dsqlite3.c17493 #define FUNCTION2(zName, nArg, iArg, bNC, xFunc, extraFlags) \ macro
126785 FUNCTION2(typeof, 1, 0, 0, typeofFunc, SQLITE_FUNC_TYPEOF),
126786 FUNCTION2(subtype, 1, 0, 0, subtypeFunc, SQLITE_FUNC_TYPEOF),
126787 FUNCTION2(length, 1, 0, 0, lengthFunc, SQLITE_FUNC_LENGTH),