Home
last modified time | relevance | path

Searched refs:start (Results 1 – 25 of 40) sorted by relevance

12

/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFM32HG/Source/GCC/
Dstartup_efm32hg.c176 uint32_t start, end; in Reset_Handler() local
206 start = *(uint32_t *) (tableStart + 4U); in Reset_Handler()
207 end = *(uint32_t *) (tableStart + 8U) + start; in Reset_Handler()
208 pDest = (uint32_t *) start; in Reset_Handler()
209 for (; start < end; start += 4U) { in Reset_Handler()
225 start = (uint32_t) &__data_start__; in Reset_Handler()
228 for (; start < end; start += 4U) { in Reset_Handler()
255 start = *(uint32_t *) tableStart; in Reset_Handler()
256 end = *(uint32_t *) (tableStart + 4U) + start; in Reset_Handler()
257 pDest = (uint32_t *) start; in Reset_Handler()
[all …]
/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFM32PG1B/Source/GCC/
Dstartup_efm32pg1b.c197 uint32_t start, end; in Reset_Handler() local
227 start = *(uint32_t *) (tableStart + 4U); in Reset_Handler()
228 end = *(uint32_t *) (tableStart + 8U) + start; in Reset_Handler()
229 pDest = (uint32_t *) start; in Reset_Handler()
230 for (; start < end; start += 4U) { in Reset_Handler()
246 start = (uint32_t) &__data_start__; in Reset_Handler()
249 for (; start < end; start += 4U) { in Reset_Handler()
276 start = *(uint32_t *) tableStart; in Reset_Handler()
277 end = *(uint32_t *) (tableStart + 4U) + start; in Reset_Handler()
278 pDest = (uint32_t *) start; in Reset_Handler()
[all …]
/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFR32FG1P/Source/GCC/
Dstartup_efr32fg1p.c207 uint32_t start, end; in Reset_Handler() local
237 start = *(uint32_t *) (tableStart + 4U); in Reset_Handler()
238 end = *(uint32_t *) (tableStart + 8U) + start; in Reset_Handler()
239 pDest = (uint32_t *) start; in Reset_Handler()
240 for (; start < end; start += 4U) { in Reset_Handler()
256 start = (uint32_t) &__data_start__; in Reset_Handler()
259 for (; start < end; start += 4U) { in Reset_Handler()
286 start = *(uint32_t *) tableStart; in Reset_Handler()
287 end = *(uint32_t *) (tableStart + 4U) + start; in Reset_Handler()
288 pDest = (uint32_t *) start; in Reset_Handler()
[all …]
/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFM32JG12B/Source/GCC/
Dstartup_efm32jg12b.c229 uint32_t start, end; in Reset_Handler() local
259 start = *(uint32_t *) (tableStart + 4U); in Reset_Handler()
260 end = *(uint32_t *) (tableStart + 8U) + start; in Reset_Handler()
261 pDest = (uint32_t *) start; in Reset_Handler()
262 for (; start < end; start += 4U) { in Reset_Handler()
278 start = (uint32_t) &__data_start__; in Reset_Handler()
281 for (; start < end; start += 4U) { in Reset_Handler()
308 start = *(uint32_t *) tableStart; in Reset_Handler()
309 end = *(uint32_t *) (tableStart + 4U) + start; in Reset_Handler()
310 pDest = (uint32_t *) start; in Reset_Handler()
[all …]
/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFM32WG/Source/GCC/
Dstartup_efm32wg.c218 uint32_t start, end; in Reset_Handler() local
248 start = *(uint32_t *) (tableStart + 4U); in Reset_Handler()
249 end = *(uint32_t *) (tableStart + 8U) + start; in Reset_Handler()
250 pDest = (uint32_t *) start; in Reset_Handler()
251 for (; start < end; start += 4U) { in Reset_Handler()
267 start = (uint32_t) &__data_start__; in Reset_Handler()
270 for (; start < end; start += 4U) { in Reset_Handler()
297 start = *(uint32_t *) tableStart; in Reset_Handler()
298 end = *(uint32_t *) (tableStart + 4U) + start; in Reset_Handler()
299 pDest = (uint32_t *) start; in Reset_Handler()
[all …]
/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFM32PG12B/Source/GCC/
Dstartup_efm32pg12b.c230 uint32_t start, end; in Reset_Handler() local
260 start = *(uint32_t *) (tableStart + 4U); in Reset_Handler()
261 end = *(uint32_t *) (tableStart + 8U) + start; in Reset_Handler()
262 pDest = (uint32_t *) start; in Reset_Handler()
263 for (; start < end; start += 4U) { in Reset_Handler()
279 start = (uint32_t) &__data_start__; in Reset_Handler()
282 for (; start < end; start += 4U) { in Reset_Handler()
309 start = *(uint32_t *) tableStart; in Reset_Handler()
310 end = *(uint32_t *) (tableStart + 4U) + start; in Reset_Handler()
311 pDest = (uint32_t *) start; in Reset_Handler()
[all …]
/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFR32FG13P/Source/GCC/
Dstartup_efr32fg13p.c232 uint32_t start, end; in Reset_Handler() local
262 start = *(uint32_t *) (tableStart + 4U); in Reset_Handler()
263 end = *(uint32_t *) (tableStart + 8U) + start; in Reset_Handler()
264 pDest = (uint32_t *) start; in Reset_Handler()
265 for (; start < end; start += 4U) { in Reset_Handler()
281 start = (uint32_t) &__data_start__; in Reset_Handler()
284 for (; start < end; start += 4U) { in Reset_Handler()
311 start = *(uint32_t *) tableStart; in Reset_Handler()
312 end = *(uint32_t *) (tableStart + 4U) + start; in Reset_Handler()
313 pDest = (uint32_t *) start; in Reset_Handler()
[all …]
/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFR32MG12P/Source/GCC/
Dstartup_efr32mg12p.c240 uint32_t start, end; in Reset_Handler() local
270 start = *(uint32_t *) (tableStart + 4U); in Reset_Handler()
271 end = *(uint32_t *) (tableStart + 8U) + start; in Reset_Handler()
272 pDest = (uint32_t *) start; in Reset_Handler()
273 for (; start < end; start += 4U) { in Reset_Handler()
289 start = (uint32_t) &__data_start__; in Reset_Handler()
292 for (; start < end; start += 4U) { in Reset_Handler()
319 start = *(uint32_t *) tableStart; in Reset_Handler()
320 end = *(uint32_t *) (tableStart + 4U) + start; in Reset_Handler()
321 pDest = (uint32_t *) start; in Reset_Handler()
[all …]
/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFR32BG13P/Source/GCC/
Dstartup_efr32bg13p.c232 uint32_t start, end; in Reset_Handler() local
262 start = *(uint32_t *) (tableStart + 4U); in Reset_Handler()
263 end = *(uint32_t *) (tableStart + 8U) + start; in Reset_Handler()
264 pDest = (uint32_t *) start; in Reset_Handler()
265 for (; start < end; start += 4U) { in Reset_Handler()
281 start = (uint32_t) &__data_start__; in Reset_Handler()
284 for (; start < end; start += 4U) { in Reset_Handler()
311 start = *(uint32_t *) tableStart; in Reset_Handler()
312 end = *(uint32_t *) (tableStart + 4U) + start; in Reset_Handler()
313 pDest = (uint32_t *) start; in Reset_Handler()
[all …]
/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFM32GG11B/Source/GCC/
Dstartup_efm32gg11b.c275 uint32_t start, end; in Reset_Handler() local
305 start = *(uint32_t *) (tableStart + 4U); in Reset_Handler()
306 end = *(uint32_t *) (tableStart + 8U) + start; in Reset_Handler()
307 pDest = (uint32_t *) start; in Reset_Handler()
308 for (; start < end; start += 4U) { in Reset_Handler()
324 start = (uint32_t) &__data_start__; in Reset_Handler()
327 for (; start < end; start += 4U) { in Reset_Handler()
354 start = *(uint32_t *) tableStart; in Reset_Handler()
355 end = *(uint32_t *) (tableStart + 4U) + start; in Reset_Handler()
356 pDest = (uint32_t *) start; in Reset_Handler()
[all …]
/hal_silabs-3.6.0/gecko/emlib/src/
Dem_emu.c1662 void EMU_RamPowerDown(uint32_t start, uint32_t end) in EMU_RamPowerDown() argument
1665 (void) start; in EMU_RamPowerDown()
1675 mask |= ADDRESS_NOT_IN_BLOCK(start, 0x20004000UL) << 0; // Block 1, 16 kB in EMU_RamPowerDown()
1676 mask |= ADDRESS_NOT_IN_BLOCK(start, 0x20008000UL) << 1; // Block 2, 16 kB in EMU_RamPowerDown()
1677 mask |= ADDRESS_NOT_IN_BLOCK(start, 0x2000C000UL) << 2; // Block 3, 16 kB in EMU_RamPowerDown()
1678 mask |= ADDRESS_NOT_IN_BLOCK(start, 0x20010000UL) << 3; // Block 4, 64 kB in EMU_RamPowerDown()
1681 mask |= ADDRESS_NOT_IN_BLOCK(start, 0x20001000UL) << 0; // Block 1, 4 kB in EMU_RamPowerDown()
1682 mask |= ADDRESS_NOT_IN_BLOCK(start, 0x20002000UL) << 1; // Block 2, 8 kB in EMU_RamPowerDown()
1683 mask |= ADDRESS_NOT_IN_BLOCK(start, 0x20004000UL) << 2; // Block 3, 8 kB in EMU_RamPowerDown()
1684 mask |= ADDRESS_NOT_IN_BLOCK(start, 0x20006000UL) << 3; // Block 4, 7 kB in EMU_RamPowerDown()
[all …]
Dem_core.c281 uint32_t start; /*!< Cycle counter at start of recording. */ member
956 handle->start = DWT->CYCCNT;
970 handle->cycles = DWT->CYCCNT - handle->start;
Dem_msc.c1685 static void mscEccReadWriteExistingDma(uint32_t start,
1713 dmaDesc[descCnt][1] = start;
1714 dmaDesc[descCnt][2] = start;
1720 start += ECC_DMA_DESC_SIZE;
Dem_ebi.c742 void EBI_TFTTimingSet(uint32_t dclkPeriod, uint32_t start, uint32_t setup, uint32_t hold) in EBI_TFTTimingSet() argument
746 EFM_ASSERT(start <= _EBI_TFTTIMING_TFTSTART_MASK >> _EBI_TFTTIMING_TFTSTART_SHIFT); in EBI_TFTTimingSet()
751 | (start << _EBI_TFTTIMING_TFTSTART_SHIFT) in EBI_TFTTimingSet()
/hal_silabs-3.6.0/gecko/emlib/inc/
Dem_vdac.h539 __STATIC_INLINE void VDAC_SineModeStart(VDAC_TypeDef *vdac, bool start) in VDAC_SineModeStart() argument
546 if (start) { in VDAC_SineModeStart()
Dem_iadc.h926 bool start; /**< Start scan immediately. */ member
951 bool start; /**< Start scan immediately. */ member
/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFM32HG/Source/IAR/
Dstartup_efm32hg.s38 ; a user defined start symbol.
48 ; it is where the SP start value is found, and the NVIC vector
/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFM32GG12B/Source/GCC/
Defm32gg12b.ld102 * All SG veneers are placed in the special output section .gnu.sgstubs. Its start address
103 * must be set, either with the command line option ‘--section-start’ or in a linker script,
/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFR32BG27/Source/GCC/
Defr32bg27.ld104 * All SG veneers are placed in the special output section .gnu.sgstubs. Its start address
105 * must be set, either with the command line option ‘--section-start’ or in a linker script,
/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFM32PG1B/Source/IAR/
Dstartup_efm32pg1b.s38 ; a user defined start symbol.
48 ; it is where the SP start value is found, and the NVIC vector
/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFM32GG12B/Source/IAR/
Dstartup_efm32gg12b.s38 ; a user defined start symbol.
45 ; it is where the SP start value is found, and the NVIC vector
/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFR32FG1P/Source/IAR/
Dstartup_efr32fg1p.s38 ; a user defined start symbol.
48 ; it is where the SP start value is found, and the NVIC vector
/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFM32JG12B/Source/IAR/
Dstartup_efm32jg12b.s38 ; a user defined start symbol.
48 ; it is where the SP start value is found, and the NVIC vector
/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFM32WG/Source/IAR/
Dstartup_efm32wg.s38 ; a user defined start symbol.
48 ; it is where the SP start value is found, and the NVIC vector
/hal_silabs-3.6.0/gecko/Device/SiliconLabs/EFM32PG12B/Source/IAR/
Dstartup_efm32pg12b.s38 ; a user defined start symbol.
48 ; it is where the SP start value is found, and the NVIC vector

12