Lines Matching defs:instance
123 status_t ROM_FLEXSPI_NorFlash_GetConfig(uint32_t instance, in ROM_FLEXSPI_NorFlash_GetConfig()
137 status_t ROM_FLEXSPI_NorFlash_Init(uint32_t instance, flexspi_nor_config_t *config) in ROM_FLEXSPI_NorFlash_Init()
151 status_t ROM_FLEXSPI_NorFlash_ProgramPage(uint32_t instance, in ROM_FLEXSPI_NorFlash_ProgramPage()
169 …uint32_t instance, flexspi_nor_config_t *config, uint32_t *dst, uint32_t start, uint32_t lengthInB… in ROM_FLEXSPI_NorFlash_Read()
183 status_t ROM_FLEXSPI_NorFlash_Erase(uint32_t instance, flexspi_nor_config_t *config, uint32_t start… in ROM_FLEXSPI_NorFlash_Erase()
196 status_t ROM_FLEXSPI_NorFlash_EraseSector(uint32_t instance, flexspi_nor_config_t *config, uint32_t… in ROM_FLEXSPI_NorFlash_EraseSector()
210 status_t ROM_FLEXSPI_NorFlash_EraseBlock(uint32_t instance, flexspi_nor_config_t *config, uint32_t … in ROM_FLEXSPI_NorFlash_EraseBlock()
218 status_t ROM_FLEXSPI_NorFlash_EraseAll(uint32_t instance, flexspi_nor_config_t *config) in ROM_FLEXSPI_NorFlash_EraseAll()
226 status_t ROM_FLEXSPI_NorFlash_CommandXfer(uint32_t instance, flexspi_xfer_t *xfer) in ROM_FLEXSPI_NorFlash_CommandXfer()
234 status_t ROM_FLEXSPI_NorFlash_UpdateLut(uint32_t instance, in ROM_FLEXSPI_NorFlash_UpdateLut()
244 void ROM_FLEXSPI_NorFlash_ClearCache(uint32_t instance) in ROM_FLEXSPI_NorFlash_ClearCache()
250 status_t ROM_FLEXSPI_NorFlash_WaitBusy(uint32_t instance, in ROM_FLEXSPI_NorFlash_WaitBusy()