Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/Core/Include/
Dcmsis_gcc.h139 } __copy_table_t; in __cmsis_start() typedef
146 extern const __copy_table_t __copy_table_start__; in __cmsis_start()
147 extern const __copy_table_t __copy_table_end__; in __cmsis_start()
151 …for (__copy_table_t const* pTable = &__copy_table_start__; pTable < &__copy_table_end__; ++pTable)… in __cmsis_start()