Searched refs:CY_FLASH_DRIVER_BLOCKING (Results 1 – 2 of 2) sorted by relevance
64 if(block == CY_FLASH_DRIVER_BLOCKING) in Cy_Flash_CallSromApiForFlashWrite()167 status = Cy_Flash_CallSromApiForFlashWrite(&apiArgs, CY_FLASH_DRIVER_BLOCKING); in Cy_Flash_Program_WorkFlash()793 if(block == CY_FLASH_DRIVER_BLOCKING) in Cy_Flash_BlankCheck()1150 result = Cy_Flash_Program(&flash_programrow_config, CY_FLASH_DRIVER_BLOCKING); in Cy_Flash_ProgramRow()1200 result = Cy_Flash_EraseSector_Ext(&flash_erasesector_config, CY_FLASH_DRIVER_BLOCKING); in Cy_Flash_EraseSector()
769 CY_FLASH_DRIVER_BLOCKING = (0x01UL) /**< Set SROM API in blocking mode */ enumerator