/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_ll_fmc.c | 133 HAL_StatusTypeDef FMC_NORSRAM_Init(FMC_NORSRAM_TypeDef *Device, FMC_NORSRAM_InitTypeDef* Init) in FMC_NORSRAM_Init() 487 HAL_StatusTypeDef FMC_NAND_Init(FMC_NAND_TypeDef *Device, FMC_NAND_InitTypeDef *Init) in FMC_NAND_Init() 754 HAL_StatusTypeDef FMC_NAND_Init(FMC_NAND_TypeDef *Device, FMC_NAND_InitTypeDef *Init) in FMC_NAND_Init() 1127 HAL_StatusTypeDef FMC_PCCARD_Init(FMC_PCCARD_TypeDef *Device, FMC_PCCARD_InitTypeDef *Init) in FMC_PCCARD_Init() 1336 HAL_StatusTypeDef FMC_SDRAM_Init(FMC_SDRAM_TypeDef *Device, FMC_SDRAM_InitTypeDef *Init) in FMC_SDRAM_Init()
|
H A D | stm32f4xx_ll_fsmc.c | 129 HAL_StatusTypeDef FSMC_NORSRAM_Init(FSMC_NORSRAM_TypeDef *Device, FSMC_NORSRAM_InitTypeDef* Init) in FSMC_NORSRAM_Init() 483 HAL_StatusTypeDef FSMC_NAND_Init(FSMC_NAND_TypeDef *Device, FSMC_NAND_InitTypeDef *Init) in FSMC_NAND_Init() 838 HAL_StatusTypeDef FSMC_PCCARD_Init(FSMC_PCCARD_TypeDef *Device, FSMC_PCCARD_InitTypeDef *Init) in FSMC_PCCARD_Init()
|
H A D | stm32f4xx_hal_mmc.c | 398 MMC_InitTypeDef Init; in HAL_MMC_InitCard() local 2166 SDIO_InitTypeDef Init; in HAL_MMC_ConfigWideBusOperation() local
|
H A D | stm32f4xx_hal_sd.c | 407 SD_InitTypeDef Init; in HAL_SD_InitCard() local 2271 SDIO_InitTypeDef Init; in HAL_SD_ConfigWideBusOperation() local
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_ll_fmc.c | 201 HAL_StatusTypeDef FMC_NORSRAM_Init(FMC_NORSRAM_TypeDef *Device, FMC_NORSRAM_InitTypeDef *Init) in FMC_NORSRAM_Init() 624 HAL_StatusTypeDef FMC_NAND_Init(FMC_NAND_TypeDef *Device, FMC_NAND_InitTypeDef *Init) in FMC_NAND_Init()
|
H A D | stm32l4xx_hal_mmc.c | 418 MMC_InitTypeDef Init; in HAL_MMC_InitCard() local 2374 SDMMC_InitTypeDef Init; in HAL_MMC_ConfigWideBusOperation() local 3029 MMC_InitTypeDef Init; in MMC_InitCard() local 3383 SDMMC_InitTypeDef Init; in MMC_HighSpeed() local
|
H A D | stm32l4xx_hal_sd.c | 484 SD_InitTypeDef Init; in HAL_SD_InitCard() local 2605 SDMMC_InitTypeDef Init; in HAL_SD_ConfigWideBusOperation() local
|
/btstack/port/stm32-f4discovery-cc256x/bsp/ |
H A D | audio.h | 83 uint32_t (*Init)(uint16_t, uint16_t, uint8_t, uint32_t); member
|
/btstack/port/stm32-f4discovery-usb/bsp/ |
H A D | audio.h | 83 uint32_t (*Init)(uint16_t, uint16_t, uint8_t, uint32_t); member
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_hal_iwdg.h | 64 IWDG_InitTypeDef Init; /*!< IWDG required parameters */ member
|
H A D | stm32f4xx_hal_sram.h | 84 FMC_NORSRAM_InitTypeDef Init; /*!< SRAM device control configuration parameters */ member
|
H A D | stm32f4xx_hal_sdram.h | 72 FMC_SDRAM_InitTypeDef Init; /*!< SDRAM device configuration parameters */ member
|
H A D | stm32f4xx_hal_wwdg.h | 75 WWDG_InitTypeDef Init; /*!< WWDG required parameters */ member
|
H A D | stm32f4xx_hal_nor.h | 129 FMC_NORSRAM_InitTypeDef Init; /*!< NOR device control configuration parameters */ member
|
H A D | stm32f4xx_hal_hcd.h | 76 HCD_InitTypeDef Init; /*!< HCD required parameters */ member
|
/btstack/test/embedded/ |
H A D | embedded_test.cpp | 60 TEST(Embedded, Init){ in TEST() argument
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_iwdg.h | 67 IWDG_InitTypeDef Init; /*!< IWDG required parameters */ member
|
H A D | stm32l4xx_hal_sram.h | 71 FMC_NORSRAM_InitTypeDef Init; /*!< SRAM device control configuration parameters */ member
|
H A D | stm32l4xx_hal_wwdg.h | 75 WWDG_InitTypeDef Init; /*!< WWDG required parameters */ member
|
H A D | stm32l4xx_hal_crc.h | 107 CRC_InitTypeDef Init; /*!< CRC configuration parameters */ member
|
H A D | stm32l4xx_hal_nor.h | 118 FMC_NORSRAM_InitTypeDef Init; /*!< NOR device control configuration parameters */ member
|
H A D | stm32l4xx_hal_rng.h | 91 RNG_InitTypeDef Init; /*!< RNG configuration parameters */ member
|
H A D | stm32l4xx_hal_hcd.h | 76 HCD_InitTypeDef Init; /*!< HCD required parameters */ member
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/interface/patterns/ble_thread/tl/ |
H A D | hci_tl.h | 48 …int32_t (* Init) (void* pConf); /**< Pointer to HCI TL function for the IO Bus initialization */ member
|
H A D | shci_tl.h | 50 …int32_t (* Init) (void* pConf); /**< Pointer to SHCI TL function for the IO Bus initialization … member
|