Home
last modified time | relevance | path

Searched refs:MemoryType (Results 1 – 8 of 8) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_fsmc.c137 assert_param(IS_FSMC_MEMORY(Init->MemoryType)); in FSMC_NORSRAM_Init()
169 Init->MemoryType |\ in FSMC_NORSRAM_Init()
193 Init->MemoryType |\ in FSMC_NORSRAM_Init()
208 if(Init->MemoryType == FSMC_MEMORY_TYPE_NOR) in FSMC_NORSRAM_Init()
H A Dstm32f4xx_ll_fmc.c141 assert_param(IS_FMC_MEMORY(Init->MemoryType)); in FMC_NORSRAM_Init()
175 Init->MemoryType |\ in FMC_NORSRAM_Init()
200 Init->MemoryType |\ in FMC_NORSRAM_Init()
215 if(Init->MemoryType == FMC_MEMORY_TYPE_NOR) in FMC_NORSRAM_Init()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_ospi.c313 assert_param(IS_OSPI_MEMORY_TYPE (hospi->Init.MemoryType)); in HAL_OSPI_Init()
363 … (hospi->Init.MemoryType | ((hospi->Init.DeviceSize - 1U) << OCTOSPI_DCR1_DEVSIZE_Pos) | in HAL_OSPI_Init()
404 if (hospi->Init.MemoryType == HAL_OSPI_MEMTYPE_HYPERBUS) in HAL_OSPI_Init()
805 …if (((state == HAL_OSPI_STATE_READY) && (hospi->Init.MemoryType != HAL_OSPI_MEMTYPE_HYPERB… in HAL_OSPI_Command()
927 … (cmd->DataMode == HAL_OSPI_DATA_NONE) && (hospi->Init.MemoryType != HAL_OSPI_MEMTYPE_HYPERBUS)) in HAL_OSPI_Command_IT()
1029 …if ((hospi->State == HAL_OSPI_STATE_READY) && (hospi->Init.MemoryType == HAL_OSPI_MEMTYPE_HYPERBUS… in HAL_OSPI_HyperbusCmd()
1181 if (hospi->Init.MemoryType == HAL_OSPI_MEMTYPE_HYPERBUS) in HAL_OSPI_Receive()
1330 if (hospi->Init.MemoryType == HAL_OSPI_MEMTYPE_HYPERBUS) in HAL_OSPI_Receive_IT()
1584 if (hospi->Init.MemoryType == HAL_OSPI_MEMTYPE_HYPERBUS) in HAL_OSPI_Receive_DMA()
1663 if (hospi->Init.MemoryType == HAL_OSPI_MEMTYPE_HYPERBUS) in HAL_OSPI_AutoPolling()
[all …]
H A Dstm32l4xx_ll_fmc.c211 assert_param(IS_FMC_MEMORY(Init->MemoryType)); in FMC_NORSRAM_Init()
237 if (Init->MemoryType == FMC_MEMORY_TYPE_NOR) in FMC_NORSRAM_Init()
248 Init->MemoryType | \ in FMC_NORSRAM_Init()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_fmc.h172 uint32_t MemoryType; /*!< Specifies the type of external memory attached to member
H A Dstm32l4xx_hal_ospi.h58 …uint32_t MemoryType; /* It indicates the external device type connected to the OSPI. member
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_fsmc.h58 uint32_t MemoryType; /*!< Specifies the type of external memory attached to member
H A Dstm32f4xx_ll_fmc.h57 uint32_t MemoryType; /*!< Specifies the type of external memory attached to member