Home
last modified time | relevance | path

Searched refs:FSMC_NORSRAM_InitTypeDef (Results 1 – 2 of 2) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_fsmc.h114 }FSMC_NORSRAM_InitTypeDef; typedef
541 #define FMC_NORSRAM_InitTypeDef FSMC_NORSRAM_InitTypeDef
947 HAL_StatusTypeDef FSMC_NORSRAM_Init(FSMC_NORSRAM_TypeDef *Device, FSMC_NORSRAM_InitTypeDef *Init);
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_fsmc.c129 HAL_StatusTypeDef FSMC_NORSRAM_Init(FSMC_NORSRAM_TypeDef *Device, FSMC_NORSRAM_InitTypeDef* Init) in FSMC_NORSRAM_Init()