Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/
Dcmsis_gcc_m.h50 } __copy_table_t; in __cmsis_start() typedef
57 extern const __copy_table_t __copy_table_start__; in __cmsis_start()
58 extern const __copy_table_t __copy_table_end__; in __cmsis_start()
62 …for (__copy_table_t const* pTable = &__copy_table_start__; pTable < &__copy_table_end__; ++pTable)… in __cmsis_start()