Searched refs:Setup (Results 1 – 19 of 19) sorted by relevance
| /bsp/nxp/lpc/lpc55sxx/Libraries/template/lpc55s6xxxx/ |
| A D | flashdebug.ini | 1 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 D | flashdebug.ini | 1 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 D | flashdebug.ini | 1 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 D | flashdebug.ini | 1 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 D | flashdebug.ini | 1 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 D | flashdebug.ini | 1 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 D | ROM.ini | 1 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 D | evkmimxrt1170_flexspi_nor_sdram.ini | 357 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 D | Ext_RAM.ini | 27 // Clock Setup 35 // Memory Controller Setup for SDRAM 59 SetupForStart(); // Setup for Running
|
| /bsp/stm32/docs/ |
| A D | How to create a RT-Studio project.md | 79 ### 4.3 Reset Mode Setup
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_usbd.c | 69 rt_usbd_ep0_setup_handler(&_stm_udc, (struct urequest *)hpcd->Setup); in HAL_PCD_SetupStageCallback()
|
| /bsp/bouffalo_lab/ |
| A D | README_en.md | 52 ## 2. Environment Setup and Compilation 67 ### 2.2. Setup
|
| /bsp/upd70f3454/drivers/ |
| A D | cstartup.asm | 121 ; Setup constant registers. ;
|
| /bsp/stm32/libraries/templates/stm32l1xx/board/CubeMX_Config/Src/ |
| A D | usbd_conf.c | 114 USBD_LL_SetupStage((USBD_HandleTypeDef*)hpcd->pData, (uint8_t *)hpcd->Setup); in PCD_SetupStageCallback()
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/documentation/ |
| A D | usb_device_async.rst | 30 * Setup request handling callback
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/documentation/ |
| A D | usb_device_async.rst | 30 * Setup request handling callback
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_pcd.h | 110 uint32_t Setup[12]; /*!< Setup packet buffer */ member
|
| /bsp/rockchip/rk3500/ |
| A D | Taishanpi-RK3566_ZH.md | 72 ## 2. Environment Setup
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_pcd.c | 1561 USB_ReadPMA(hpcd->Instance, (uint8_t *)hpcd->Setup, in PCD_EP_ISR_Handler()
|
Completed in 26 milliseconds