Lines Matching defs:instance
112 status_t ROM_FLEXSPI_NorFlash_GetConfig(uint32_t instance, in ROM_FLEXSPI_NorFlash_GetConfig()
126 status_t ROM_FLEXSPI_NorFlash_Init(uint32_t instance, flexspi_nor_config_t *config) in ROM_FLEXSPI_NorFlash_Init()
140 status_t ROM_FLEXSPI_NorFlash_ProgramPage(uint32_t instance, in ROM_FLEXSPI_NorFlash_ProgramPage()
158 …uint32_t instance, flexspi_nor_config_t *config, uint32_t *dst, uint32_t start, uint32_t lengthInB… in ROM_FLEXSPI_NorFlash_Read()
172 status_t ROM_FLEXSPI_NorFlash_Erase(uint32_t instance, flexspi_nor_config_t *config, uint32_t start… in ROM_FLEXSPI_NorFlash_Erase()
185 status_t ROM_FLEXSPI_NorFlash_EraseSector(uint32_t instance, flexspi_nor_config_t *config, uint32_t… in ROM_FLEXSPI_NorFlash_EraseSector()
199 status_t ROM_FLEXSPI_NorFlash_EraseBlock(uint32_t instance, flexspi_nor_config_t *config, uint32_t … in ROM_FLEXSPI_NorFlash_EraseBlock()
207 status_t ROM_FLEXSPI_NorFlash_EraseAll(uint32_t instance, flexspi_nor_config_t *config) in ROM_FLEXSPI_NorFlash_EraseAll()
215 status_t ROM_FLEXSPI_NorFlash_CommandXfer(uint32_t instance, flexspi_xfer_t *xfer) in ROM_FLEXSPI_NorFlash_CommandXfer()
223 status_t ROM_FLEXSPI_NorFlash_UpdateLut(uint32_t instance, in ROM_FLEXSPI_NorFlash_UpdateLut()
233 void ROM_FLEXSPI_NorFlash_ClearCache(uint32_t instance) in ROM_FLEXSPI_NorFlash_ClearCache()
242 status_t ROM_FLEXSPI_NorFlash_WaitBusy(uint32_t instance, in ROM_FLEXSPI_NorFlash_WaitBusy()