Home
last modified time | relevance | path

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

/bsp/nxp/lpc/lpc55sxx/Libraries/template/lpc55s6xxxx/
A Dflashdebug.ini1 FUNC void Setup (void) {
2 SP = _RDWORD(0x0); // Setup Stack Pointer
3 PC = _RDWORD(0x4); // Setup Program Counter
4 _WDWORD(0xE000ED08, 0); // Setup Vector Table Offset Register
9 Setup(); // Setup for Running
/bsp/nxp/lpc/lpc55sxx/lpc55s28_nxp_evk/
A Dflashdebug.ini1 FUNC void Setup (void) {
2 SP = _RDWORD(0x0); // Setup Stack Pointer
3 PC = _RDWORD(0x4); // Setup Program Counter
4 _WDWORD(0xE000ED08, 0); // Setup Vector Table Offset Register
9 Setup(); // Setup for Running
/bsp/nxp/lpc/lpc55sxx/lpc55s36_nxp_evk/
A Dflashdebug.ini1 FUNC void Setup (void) {
2 SP = _RDWORD(0x0); // Setup Stack Pointer
3 PC = _RDWORD(0x4); // Setup Program Counter
4 _WDWORD(0xE000ED08, 0); // Setup Vector Table Offset Register
9 Setup(); // Setup for Running
/bsp/nxp/lpc/lpc55sxx/lpc55s69_nxp_evk/
A Dflashdebug.ini1 FUNC void Setup (void) {
2 SP = _RDWORD(0x0); // Setup Stack Pointer
3 PC = _RDWORD(0x4); // Setup Program Counter
4 _WDWORD(0xE000ED08, 0); // Setup Vector Table Offset Register
9 Setup(); // Setup for Running
/bsp/nxp/lpc/lpc55sxx/lpc55s06_nxp_evk/
A Dflashdebug.ini1 FUNC void Setup (void) {
2 SP = _RDWORD(0x0); // Setup Stack Pointer
3 PC = _RDWORD(0x4); // Setup Program Counter
4 _WDWORD(0xE000ED08, 0); // Setup Vector Table Offset Register
9 Setup(); // Setup for Running
/bsp/nxp/lpc/lpc55sxx/lpc55s16_nxp_evk/
A Dflashdebug.ini1 FUNC void Setup (void) {
2 SP = _RDWORD(0x0); // Setup Stack Pointer
3 PC = _RDWORD(0x4); // Setup Program Counter
4 _WDWORD(0xE000ED08, 0); // Setup Vector Table Offset Register
9 Setup(); // Setup for Running
/bsp/w60x/
A DROM.ini1 FUNC void Setup (void) {
2 SP = _RDWORD(0x8010100); // Setup Stack Pointer
3 PC = _RDWORD(0x8010104); // Setup Program Counter
4 _WDWORD(0xE000ED08, 0x8010100); // Setup VTOR
7 Setup(); // Setup for Running
/bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/board/linker_scripts/
A Devkmimxrt1170_flexspi_nor_sdram.ini357 FUNC void Setup (void) {
358 SP = _RDWORD(0x30002000); // Setup Stack Pointer
359 PC = _RDWORD(0x30002004); // Setup Program Counter
360 _WDWORD(0xE000ED08, 0x30002000); // Setup Vector Table Offset Register
366 Setup(); // Setup for Running
375 Setup(); // Setup for Running
/bsp/mini2440/
A DExt_RAM.ini27 // Clock Setup
35 // Memory Controller Setup for SDRAM
59 SetupForStart(); // Setup for Running
/bsp/stm32/docs/
A DHow to create a RT-Studio project.md79 ### 4.3 Reset Mode Setup
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usbd.c69 rt_usbd_ep0_setup_handler(&_stm_udc, (struct urequest *)hpcd->Setup); in HAL_PCD_SetupStageCallback()
/bsp/bouffalo_lab/
A DREADME_en.md52 ## 2. Environment Setup and Compilation
67 ### 2.2. Setup
/bsp/upd70f3454/drivers/
A Dcstartup.asm121 ; Setup constant registers. ;
/bsp/stm32/libraries/templates/stm32l1xx/board/CubeMX_Config/Src/
A Dusbd_conf.c114 USBD_LL_SetupStage((USBD_HandleTypeDef*)hpcd->pData, (uint8_t *)hpcd->Setup); in PCD_SetupStageCallback()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/documentation/
A Dusb_device_async.rst30 * Setup request handling callback
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/documentation/
A Dusb_device_async.rst30 * Setup request handling callback
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_pcd.h110 uint32_t Setup[12]; /*!< Setup packet buffer */ member
/bsp/rockchip/rk3500/
A DTaishanpi-RK3566_ZH.md72 ## 2. Environment Setup
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_pcd.c1561 USB_ReadPMA(hpcd->Instance, (uint8_t *)hpcd->Setup, in PCD_EP_ISR_Handler()

Completed in 26 milliseconds