Lines Matching defs:instance
126 status_t ROM_FLEXSPI_NorFlash_GetConfig(uint32_t instance, in ROM_FLEXSPI_NorFlash_GetConfig()
140 status_t ROM_FLEXSPI_NorFlash_Init(uint32_t instance, flexspi_nor_config_t *config) in ROM_FLEXSPI_NorFlash_Init()
154 status_t ROM_FLEXSPI_NorFlash_ProgramPage(uint32_t instance, in ROM_FLEXSPI_NorFlash_ProgramPage()
172 …uint32_t instance, flexspi_nor_config_t *config, uint32_t *dst, uint32_t start, uint32_t lengthInB… in ROM_FLEXSPI_NorFlash_Read()
186 status_t ROM_FLEXSPI_NorFlash_Erase(uint32_t instance, flexspi_nor_config_t *config, uint32_t start… in ROM_FLEXSPI_NorFlash_Erase()
199 status_t ROM_FLEXSPI_NorFlash_EraseSector(uint32_t instance, flexspi_nor_config_t *config, uint32_t… in ROM_FLEXSPI_NorFlash_EraseSector()
213 status_t ROM_FLEXSPI_NorFlash_EraseBlock(uint32_t instance, flexspi_nor_config_t *config, uint32_t … in ROM_FLEXSPI_NorFlash_EraseBlock()
221 status_t ROM_FLEXSPI_NorFlash_EraseAll(uint32_t instance, flexspi_nor_config_t *config) in ROM_FLEXSPI_NorFlash_EraseAll()
229 status_t ROM_FLEXSPI_NorFlash_CommandXfer(uint32_t instance, flexspi_xfer_t *xfer) in ROM_FLEXSPI_NorFlash_CommandXfer()
237 status_t ROM_FLEXSPI_NorFlash_UpdateLut(uint32_t instance, in ROM_FLEXSPI_NorFlash_UpdateLut()
247 void ROM_FLEXSPI_NorFlash_ClearCache(uint32_t instance) in ROM_FLEXSPI_NorFlash_ClearCache()
264 status_t ROM_FLEXSPI_NorFlash_WaitBusy(uint32_t instance, in ROM_FLEXSPI_NorFlash_WaitBusy()