Searched refs:FUNCTION2 (Results 1 – 10 of 10) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/ |
D | core_cm3.h | 856 __IOM uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 */ member
|
D | core_sc300.h | 839 __IOM uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 */ member
|
D | core_cm4.h | 921 __IOM uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 */ member
|
D | core_cm7.h | 1140 __IOM uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 */ member
|
D | core_cm33.h | 1153 __IOM uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 */ member
|
D | core_cm35p.h | 1153 __IOM uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 */ member
|
D | core_starmc1.h | 1202 __IOM uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 */ member
|
D | core_cm85.h | 1257 __IOM uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 */ member
|
D | core_cm55.h | 1257 __IOM uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 */ member
|
/third_party/sqlite/src/ |
D | sqlite3.c | 17493 #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),
|