Searched refs:Command (Results 1 – 15 of 15) sorted by relevance
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_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()
|
H A D | stm32f4xx_ll_fmc.c | 1563 …C_SDRAM_SendCommand(FMC_SDRAM_TypeDef *Device, FMC_SDRAM_CommandTypeDef *Command, uint32_t Timeout) in FMC_SDRAM_SendCommand() argument 1570 assert_param(IS_FMC_COMMAND_MODE(Command->CommandMode)); in FMC_SDRAM_SendCommand() 1571 assert_param(IS_FMC_COMMAND_TARGET(Command->CommandTarget)); in FMC_SDRAM_SendCommand() 1572 assert_param(IS_FMC_AUTOREFRESH_NUMBER(Command->AutoRefreshNumber)); in FMC_SDRAM_SendCommand() 1573 assert_param(IS_FMC_MODE_REGISTER(Command->ModeRegisterDefinition)); in FMC_SDRAM_SendCommand() 1576 tmpr = (uint32_t)((Command->CommandMode) |\ in FMC_SDRAM_SendCommand() 1577 (Command->CommandTarget) |\ in FMC_SDRAM_SendCommand() 1578 (((Command->AutoRefreshNumber)-1U) << 5U) |\ in FMC_SDRAM_SendCommand() 1579 ((Command->ModeRegisterDefinition) << 9U) in FMC_SDRAM_SendCommand()
|
H A D | stm32f4xx_hal_sdram.c | 962 …SDRAM_SendCommand(SDRAM_HandleTypeDef *hsdram, FMC_SDRAM_CommandTypeDef *Command, uint32_t Timeout) in HAL_SDRAM_SendCommand() argument 974 FMC_SDRAM_SendCommand(hsdram->Instance, Command, Timeout); in HAL_SDRAM_SendCommand() 977 if(Command->CommandMode == FMC_SDRAM_CMD_PALL) in HAL_SDRAM_SendCommand()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_ll_sdmmc.c | 391 HAL_StatusTypeDef SDMMC_SendCommand(SDMMC_TypeDef *SDMMCx, SDMMC_CmdInitTypeDef *Command) in SDMMC_SendCommand() argument 396 assert_param(IS_SDMMC_CMD_INDEX(Command->CmdIndex)); in SDMMC_SendCommand() 397 assert_param(IS_SDMMC_RESPONSE(Command->Response)); in SDMMC_SendCommand() 398 assert_param(IS_SDMMC_WAIT(Command->WaitForInterrupt)); in SDMMC_SendCommand() 399 assert_param(IS_SDMMC_CPSM(Command->CPSM)); in SDMMC_SendCommand() 402 SDMMCx->ARG = Command->Argument; in SDMMC_SendCommand() 405 tmpreg |= (uint32_t)(Command->CmdIndex |\ in SDMMC_SendCommand() 406 Command->Response |\ in SDMMC_SendCommand() 407 Command->WaitForInterrupt |\ in SDMMC_SendCommand() 408 Command->CPSM); in SDMMC_SendCommand()
|
/btstack/port/posix-h4-zephyr/ |
H A D | README.md | 10 In short: you need to install an arm-none-eabi gcc toolchain and the nRF5x Command Line Tools incl.… 13 …* Get nrfjprog as part of the [nRFx-Command-Line-Tools](http://www.nordicsemi.com/eng/Products/Blu…
|
/btstack/port/max32630-fthr/scripts/ |
H A D | max3263x_hdk.cfg | 18 # Config Command: flash bank name driver base size chip_width bus_width target [driver_options]
|
/btstack/port/windows-h4-zephyr/ |
H A D | README.md | 12 In short: you need to install an arm-none-eabi gcc toolchain and the nRF5x Command Line Tools incl.… 15 …* Get nrfjprog as part of the [nRFx-Command-Line-Tools](http://www.nordicsemi.com/eng/Products/Blu…
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_hal_sdram.h | 189 …SDRAM_SendCommand(SDRAM_HandleTypeDef *hsdram, FMC_SDRAM_CommandTypeDef *Command, uint32_t Timeout…
|
H A D | stm32f4xx_ll_sdmmc.h | 1059 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *Command);
|
H A D | stm32f4xx_ll_fmc.h | 1374 …C_SDRAM_SendCommand(FMC_SDRAM_TypeDef *Device, FMC_SDRAM_CommandTypeDef *Command, uint32_t Timeout…
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_ll_sdmmc.h | 1217 HAL_StatusTypeDef SDMMC_SendCommand(SDMMC_TypeDef *SDMMCx, SDMMC_CmdInitTypeDef *Command);
|
/btstack/doc/manual/docs-template/ |
H A D | protocols.md | 65 fields, called the OpCode Group Field (OGF) and OpCode Command Field 98 // Compact HCI Command packet description. 136 Table: Supported Format Specifiers of HCI Command Parameter. {#tbl:hciCmdParamSpecifier}
|
H A D | profiles.md | 596 WRITE_WITHOUT_RESPONSE | Characteristic can be written using Write Command
|
/btstack/ |
H A D | CHANGELOG.md | 1013 - Crypto: fix lockup when stack is shutdown while waiting for result of HCI Command, e.g. LE Read L… 1114 - GATT Server: Allow enable Notifications/Indication with Write Command. Fixes issue with some Andr…
|
/btstack/chipset/ |
H A D | README.md | 393 When detected, it will tweak the next UART read to expect the HCI Command Complete event.
|