Home
last modified time | relevance | path

Searched refs:__zero_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.h55 } __zero_table_t; in __cmsis_start() typedef
59 extern const __zero_table_t __zero_table_start__; in __cmsis_start()
60 extern const __zero_table_t __zero_table_end__; in __cmsis_start()
68 …for (__zero_table_t const* pTable = &__zero_table_start__; pTable < &__zero_table_end__; ++pTable)… in __cmsis_start()