Searched refs:InterfaceMode (Results 1 – 5 of 5) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/stm/stm32l562e_dk/src/ |
| D | stm32l562e_discovery_ospi.c | 181 …245G_AutoPollingMemReady(&hospi_nor[Instance], Ospi_Nor_Ctx[Instance].InterfaceMode, Ospi_Nor_Ctx[… in BSP_OSPI_NOR_Init() 186 …else if (BSP_OSPI_NOR_ConfigFlash(Instance, Init->InterfaceMode, Init->TransferRate) != BSP_ERROR_… in BSP_OSPI_NOR_Init() 235 Ospi_Nor_Ctx[Instance].InterfaceMode = BSP_OSPI_NOR_SPI_MODE; in BSP_OSPI_NOR_DeInit() 384 …if(MX25LM51245G_ReadSTR(&hospi_nor[Instance], Ospi_Nor_Ctx[Instance].InterfaceMode, MX25LM51245G_4… in BSP_OSPI_NOR_Read() 449 …245G_AutoPollingMemReady(&hospi_nor[Instance], Ospi_Nor_Ctx[Instance].InterfaceMode, Ospi_Nor_Ctx[… in BSP_OSPI_NOR_Write() 453 …else if(MX25LM51245G_WriteEnable(&hospi_nor[Instance], Ospi_Nor_Ctx[Instance].InterfaceMode, Ospi_… in BSP_OSPI_NOR_Write() 462 …if(MX25LM51245G_PageProgram(&hospi_nor[Instance], Ospi_Nor_Ctx[Instance].InterfaceMode, MX25LM5124… in BSP_OSPI_NOR_Write() 479 …245G_AutoPollingMemReady(&hospi_nor[Instance], Ospi_Nor_Ctx[Instance].InterfaceMode, Ospi_Nor_Ctx[… in BSP_OSPI_NOR_Write() 518 …if(MX25LM51245G_AutoPollingMemReady(&hospi_nor[Instance], Ospi_Nor_Ctx[Instance].InterfaceMode, Os… in BSP_OSPI_NOR_Erase_Block() 522 …else if(MX25LM51245G_WriteEnable(&hospi_nor[Instance], Ospi_Nor_Ctx[Instance].InterfaceMode, Ospi_… in BSP_OSPI_NOR_Erase_Block() [all …]
|
| /trusted-firmware-m-latest/platform/ext/target/stm/b_u585i_iot02a/src/ |
| D | b_u585i_iot02a_ospi.c | 208 …se if (MX25LM51245G_AutoPollingMemReady(&hospi_nor[Instance], Ospi_Nor_Ctx[Instance].InterfaceMode, in BSP_OSPI_NOR_Init() 214 …else if (BSP_OSPI_NOR_ConfigFlash(Instance, Init->InterfaceMode, Init->TransferRate) != BSP_ERROR_… in BSP_OSPI_NOR_Init() 263 Ospi_Nor_Ctx[Instance].InterfaceMode = BSP_OSPI_NOR_SPI_MODE; in BSP_OSPI_NOR_DeInit() 413 if (MX25LM51245G_ReadSTR(&hospi_nor[Instance], Ospi_Nor_Ctx[Instance].InterfaceMode, in BSP_OSPI_NOR_Read() 481 … if (MX25LM51245G_AutoPollingMemReady(&hospi_nor[Instance], Ospi_Nor_Ctx[Instance].InterfaceMode, in BSP_OSPI_NOR_Write() 486 else if (MX25LM51245G_WriteEnable(&hospi_nor[Instance], Ospi_Nor_Ctx[Instance].InterfaceMode, in BSP_OSPI_NOR_Write() 496 if (MX25LM51245G_PageProgram(&hospi_nor[Instance], Ospi_Nor_Ctx[Instance].InterfaceMode, in BSP_OSPI_NOR_Write() 516 … if (MX25LM51245G_AutoPollingMemReady(&hospi_nor[Instance], Ospi_Nor_Ctx[Instance].InterfaceMode, in BSP_OSPI_NOR_Write() 558 if (MX25LM51245G_AutoPollingMemReady(&hospi_nor[Instance], Ospi_Nor_Ctx[Instance].InterfaceMode, in BSP_OSPI_NOR_Erase_Block() 563 else if (MX25LM51245G_WriteEnable(&hospi_nor[Instance], Ospi_Nor_Ctx[Instance].InterfaceMode, in BSP_OSPI_NOR_Erase_Block() [all …]
|
| /trusted-firmware-m-latest/platform/ext/target/stm/stm32l562e_dk/include/ |
| D | stm32l562e_discovery_ospi.h | 86 BSP_OSPI_NOR_Interface_t InterfaceMode; /*!< Flash Interface mode of Instance */ member 92 BSP_OSPI_NOR_Interface_t InterfaceMode; /*!< Current Flash Interface mode */ member
|
| /trusted-firmware-m-latest/platform/ext/target/stm/b_u585i_iot02a/include/ |
| D | b_u585i_iot02a_ospi.h | 88 BSP_OSPI_NOR_Interface_t InterfaceMode; /*!< Flash Interface mode of Instance */ member 94 BSP_OSPI_NOR_Interface_t InterfaceMode; /*!< Current Flash Interface mode */ member
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/hal/CMSIS_Driver/ |
| D | low_level_ospi_flash.c | 231 flash.InterfaceMode = BSP_OSPI_NOR_OPI_MODE; in Ospi_Flash_Initialize()
|