Searched refs:flashContext (Results 1 – 1 of 1) sorted by relevance
220 static volatile cy_stc_flash_context_t flashContext; variable457 …y_IPC_Drv_SendMsgPtr(locIpcBase, CY_FLASH_IPC_NOTIFY_STRUCT0, (void*)&flashContext) == CY_IPC_DRV_… in Cy_Flash_SendCmd()506 …if (Cy_IPC_Drv_SendMsgPtr(locIpcBase, CY_FLASH_IPC_NOTIFY_STRUCT0, (void*)&flashContext) == CY_IPC… in Cy_Flash_SendCmd()819 flashContext.opcode = CY_FLASH_OPCODE_ERASE_ROW | CY_FLASH_BLOCKING_MODE; in Cy_Flash_EraseRow()820 flashContext.arg1 = rowAddr; in Cy_Flash_EraseRow()821 flashContext.arg2 = 0UL; in Cy_Flash_EraseRow()822 flashContext.arg3 = 0UL; in Cy_Flash_EraseRow()872 flashContext.opcode = CY_FLASH_OPCODE_ERASE_ROW; in Cy_Flash_StartEraseRow()875 flashContext.opcode |= CY_FLASH_BLOCKING_MODE; in Cy_Flash_StartEraseRow()878 flashContext.arg1 = rowAddr; in Cy_Flash_StartEraseRow()[all …]