Home
last modified time | relevance | path

Searched refs:OSPI_ACCESS_NONE (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/stm32l562e_dk/include/
Dstm32l562e_discovery_ospi.h51 OSPI_ACCESS_NONE = 0, /*!< Instance not initialized, */ enumerator
/trusted-firmware-m-latest/platform/ext/target/stm/stm32l562e_dk/src/
Dstm32l562e_discovery_ospi.c85 OSPI_NOR_Ctx_t Ospi_Nor_Ctx[OSPI_NOR_INSTANCES_NUMBER] = {{OSPI_ACCESS_NONE,
145 if (Ospi_Nor_Ctx[Instance].IsInitialized == OSPI_ACCESS_NONE) in BSP_OSPI_NOR_Init()
222 if (Ospi_Nor_Ctx[Instance].IsInitialized != OSPI_ACCESS_NONE) in BSP_OSPI_NOR_DeInit()
234 Ospi_Nor_Ctx[Instance].IsInitialized = OSPI_ACCESS_NONE; in BSP_OSPI_NOR_DeInit()
/trusted-firmware-m-latest/platform/ext/target/stm/b_u585i_iot02a/src/
Db_u585i_iot02a_ospi.c88 OSPI_ACCESS_NONE,
167 if (Ospi_Nor_Ctx[Instance].IsInitialized == OSPI_ACCESS_NONE) in BSP_OSPI_NOR_Init()
250 if (Ospi_Nor_Ctx[Instance].IsInitialized != OSPI_ACCESS_NONE) in BSP_OSPI_NOR_DeInit()
262 Ospi_Nor_Ctx[Instance].IsInitialized = OSPI_ACCESS_NONE; in BSP_OSPI_NOR_DeInit()
/trusted-firmware-m-latest/platform/ext/target/stm/b_u585i_iot02a/include/
Db_u585i_iot02a_ospi.h53 OSPI_ACCESS_NONE = 0, /*!< Instance not initialized, */ enumerator