Home
last modified time | relevance | path

Searched refs:pTable (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.h62 …for (__copy_table_t const* pTable = &__copy_table_start__; pTable < &__copy_table_end__; ++pTable)… in __cmsis_start() local
63 for(uint32_t i=0u; i<pTable->wlen; ++i) { in __cmsis_start()
64 pTable->dest[i] = pTable->src[i]; in __cmsis_start()
68 …for (__zero_table_t const* pTable = &__zero_table_start__; pTable < &__zero_table_end__; ++pTable)… in __cmsis_start() local
69 for(uint32_t i=0u; i<pTable->wlen; ++i) { in __cmsis_start()
70 pTable->dest[i] = 0u; in __cmsis_start()