Home
last modified time | relevance | path

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

/SCP-firmware-master/module/bootloader/src/
A Dmod_bootloader_boot.S24 movs r4, r0 /* Save the destination - it soon points to the vector table */
28 strb r5, [r0], #1 /* Store next byte at destination */
35 ldr r0, [r4] /* Grab new stack pointer from vector table... */
36 msr msp, r0 /* ... and update the main stack pointer with it */
38 ldr r0, [r4, #4] /* Load the reset address from the vector table... */
39 bx r0 /* ... and take a leap of faith */
/SCP-firmware-master/product/n1sdp/module/n1sdp_pcie/src/
A Dpcie_enumeration.c279 uint32_t r0; member
347 context->r0 = CHECKED_READ_U32__ERROR_VALUE; in exception_handler()

Completed in 2 milliseconds