| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_sdram.c | 46 Command->CommandTarget = target_bank; in SDRAM_Initialization_Sequence() 47 Command->AutoRefreshNumber = 1; in SDRAM_Initialization_Sequence() 48 Command->ModeRegisterDefinition = 0; in SDRAM_Initialization_Sequence() 51 HAL_SDRAM_SendCommand(hsdram, Command, 0x1000); in SDRAM_Initialization_Sequence() 60 Command->CommandTarget = target_bank; in SDRAM_Initialization_Sequence() 61 Command->AutoRefreshNumber = 1; in SDRAM_Initialization_Sequence() 62 Command->ModeRegisterDefinition = 0; in SDRAM_Initialization_Sequence() 70 Command->AutoRefreshNumber = 8; in SDRAM_Initialization_Sequence() 71 Command->ModeRegisterDefinition = 0; in SDRAM_Initialization_Sequence() 95 Command->AutoRefreshNumber = 1; in SDRAM_Initialization_Sequence() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Class/ |
| A D | mscTransport_i.c | 198 unsigned char Command = 0; in mscGetDataTransportReason() local 211 Command = ((unsigned char *)(ScsiCmnd->cmnd.CommandBlock))[0]; in mscGetDataTransportReason() 213 if (Command == SCSI_READ6 || Command == SCSI_READ10 || Command == SCSI_READ16 in mscGetDataTransportReason() 214 || Command == SCSI_WRITE6 || Command == SCSI_WRITE10 || Command == SCSI_WRITE16) in mscGetDataTransportReason() 216 printf("ERR: Command(%x) execute failed, for media is not present\n", Command); in mscGetDataTransportReason()
|
| A D | mscTransport.c | 784 __u8 Command = 0; in mscBoTransport() local 785 Command = ((__u8 *)(ScsiCmnd->cmnd.CommandBlock))[0]; in mscBoTransport() 787 if (Command == SCSI_READ6 || Command == SCSI_READ10 || Command == SCSI_READ16 in mscBoTransport() 788 || Command == SCSI_WRITE6 || Command == SCSI_WRITE10 || Command == SCSI_WRITE16) in mscBoTransport() 790 hal_log_err("ERR: Command(%x) execute failed, for ep stall, need retry", Command); in mscBoTransport()
|
| /bsp/nxp/lpc/lpc178x/drivers/ |
| A D | emac.c | 210 LPC_EMAC->Command = CR_REG_RES | CR_TX_RES | CR_RX_RES; in lpc17xx_emac_init() 229 LPC_EMAC->Command = CR_RMII | CR_PASS_RUNT_FRM | CR_PASS_RX_FILT; in lpc17xx_emac_init() 310 LPC_EMAC->Command |= CR_FULL_DUP; in lpc17xx_emac_init() 350 LPC_EMAC->Command |= (CR_RX_EN | CR_TX_EN); in lpc17xx_emac_init() 542 rt_kprintf("Command : %08x\n", LPC_EMAC->Command); in emac_dump()
|
| /bsp/nxp/lpc/lpc408x/drivers/ |
| A D | drv_emac.c | 223 LPC_EMAC->Command = CR_REG_RES | CR_TX_RES | CR_RX_RES; in lpc_emac_init() 242 LPC_EMAC->Command = CR_RMII | CR_PASS_RUNT_FRM | CR_PASS_RX_FILT; in lpc_emac_init() 278 LPC_EMAC->Command |= CR_FULL_DUP; in lpc_emac_init() 318 LPC_EMAC->Command |= (CR_RX_EN | CR_TX_EN); in lpc_emac_init() 499 rt_kprintf("Command : %08x\n", LPC_EMAC->Command); in emac_dump()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_ll_sdmmc.c | 356 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *Command) in SDIO_SendCommand() argument 361 assert_param(IS_SDIO_CMD_INDEX(Command->CmdIndex)); in SDIO_SendCommand() 362 assert_param(IS_SDIO_RESPONSE(Command->Response)); in SDIO_SendCommand() 363 assert_param(IS_SDIO_WAIT(Command->WaitForInterrupt)); in SDIO_SendCommand() 364 assert_param(IS_SDIO_CPSM(Command->CPSM)); in SDIO_SendCommand() 367 SDIOx->ARG = Command->Argument; in SDIO_SendCommand() 370 tmpreg |= (uint32_t)(Command->CmdIndex |\ in SDIO_SendCommand() 371 Command->Response |\ in SDIO_SendCommand() 372 Command->WaitForInterrupt |\ in SDIO_SendCommand() 373 Command->CPSM); in SDIO_SendCommand()
|
| /bsp/nxp/lpc/lpc43xx/drivers/ |
| A D | drv_emac.c | 244 LPC_EMAC->Command = CR_REG_RES | CR_TX_RES | CR_RX_RES; in lpc_emac_init() 263 LPC_EMAC->Command = CR_RMII | CR_PASS_RUNT_FRM | CR_PASS_RX_FILT; in lpc_emac_init() 299 LPC_EMAC->Command |= CR_FULL_DUP; in lpc_emac_init() 339 LPC_EMAC->Command |= (CR_RX_EN | CR_TX_EN); in lpc_emac_init() 523 rt_kprintf("Command : %08x\n", LPC_EMAC->Command); in emac_dump()
|
| /bsp/nrf5x/nrf52832/ |
| A D | README.md | 76 3. 安装[nRF Command Line Tools](https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-C…
|
| /bsp/nxp/lpc/lpc176x/drivers/ |
| A D | emac.c | 175 LPC_EMAC->Command = CR_REG_RES | CR_TX_RES | CR_RX_RES; in lpc17xx_emac_init() 194 LPC_EMAC->Command = CR_RMII | CR_PASS_RUNT_FRM | CR_PASS_RX_FILT; in lpc17xx_emac_init() 286 LPC_EMAC->Command |= CR_FULL_DUP; in lpc17xx_emac_init() 326 LPC_EMAC->Command |= (CR_RX_EN | CR_TX_EN); in lpc17xx_emac_init()
|
| /bsp/hpmicro/hpm5300evk/board/debug_scripts/boards/ |
| A D | hpm5300evk.cfg | 13 # [27:24] Command Pads after Power-on Reset 15 # [23:20] Command Pads after Configuring FLASH
|
| /bsp/hpmicro/hpm5301evklite/board/debug_scripts/openocd/boards/ |
| A D | hpm5301evklite.cfg | 13 # [27:24] Command Pads after Power-on Reset 15 # [23:20] Command Pads after Configuring FLASH
|
| /bsp/hpmicro/hpm6e00evk/board/debug_scripts/openocd/boards/ |
| A D | hpm6e00evk.cfg | 13 # [27:24] Command Pads after Power-on Reset 15 # [23:20] Command Pads after Configuring FLASH
|
| /bsp/loongson/ls2kdev/drivers/pci/ |
| A D | pci.h | 18 rt_uint16_t Command; member
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/ |
| A D | Release_Notes.txt | 110 + Update e-Link32 Pro/Lite Command line tool as "V1.20" ("utilities/elink32pro/eLink32pro.exe"). 155 + Update e-Link32 Pro/Lite Command line tool as "V1.19" ("utilities/elink32pro/eLink32pro.exe"). 263 + Update e-Link32 Pro/Lite Command line tool as "V1.18" ("utilities/elink32pro/eLink32pro.exe"). 304 + Update e-Link32 Pro/Lite Command line tool as "V1.16" ("utilities/elink32pro/eLink32pro.exe"). 329 + Update e-Link32 Pro/Lite Command line tool as "V1.0.15" ("utilities/elink32pro/eLink32pro.exe"). 345 + Update e-Link32 Pro/Lite Command line tool as "V1.0.15" ("utilities/elink32pro/eLink32pro.exe"). 370 + Update e-Link32 Pro/Lite Command line tool as "V1.0.14" ("utilities/elink32pro/eLink32pro.exe"). 400 …TRUE may cause the F/W to not send CSW after the first Inquiry CBW Command in a specific condition.
|
| /bsp/hpmicro/hpm6750evkmini/board/debug_scripts/openocd/boards/ |
| A D | hpm6750evkmini.cfg | 13 # [27:24] Command Pads after Power-on Reset 15 # [23:20] Command Pads after Configuring FLASH
|
| /bsp/hpmicro/hpm6750evk/board/debug_scripts/openocd/boards/ |
| A D | hpm6750evk.cfg | 13 # [27:24] Command Pads after Power-on Reset 15 # [23:20] Command Pads after Configuring FLASH
|
| /bsp/hpmicro/hpm6750evk2/board/debug_scripts/openocd/boards/ |
| A D | hpm6750evk2.cfg | 13 # [27:24] Command Pads after Power-on Reset 15 # [23:20] Command Pads after Configuring FLASH
|
| /bsp/gd32/arm/libraries/gd32_drivers/ |
| A D | drv_sdram.c | 93 …ization_Sequence(exmc_sdram_parameter_struct *hsdram, exmc_sdram_command_parameter_struct *Command) in SDRAM_Initialization_Sequence() argument
|
| /bsp/stm32/stm32h563-st-nucleo/ |
| A D | syscall_rvds.lst | 102 Command Line: --debug --xref --diag_suppress=9931 --cpu=Cortex-M33 --fpu=FPv5-S
|
| /bsp/frdm-k64f/device/TOOLCHAIN_ARM_STD/ |
| A D | startup_MK64F12.s | 84 DCD FTFE_IRQHandler ; FTFE Command complete interrupt 629 FTFE_IRQHandler ; FTFE Command complete interrupt
|
| /bsp/stm32/libraries/templates/stm32f2xx/ |
| A D | .config | 85 # Command shell
|
| /bsp/stm32/libraries/templates/stm32f7xx/ |
| A D | .config | 86 # Command shell
|
| /bsp/stm32/libraries/templates/stm32f0xx/ |
| A D | .config | 86 # Command shell
|
| /bsp/stm32/libraries/templates/stm32f10x/ |
| A D | .config | 86 # Command shell
|
| /bsp/stm32/libraries/templates/stm32f4xx/ |
| A D | .config | 86 # Command shell
|