Home
last modified time | relevance | path

Searched refs:CY_SMIF_DEV_RDY_MASK (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_smif_hb_flash.c592 …} while(((readStatus & (uint16_t)CY_SMIF_DEV_RDY_MASK) == 0U) && (timeout > 0U)); // wait for the … in Cy_SMIF_HyperBus_Write()
793 …} while(((readStatus & (uint16_t)CY_SMIF_DEV_RDY_MASK) == 0U) && (timeout > 0U)); // wait for the … in Cy_SMIF_HyperBus_EraseSector()
903 …} while(((readStatus & (uint16_t)CY_SMIF_DEV_RDY_MASK) == 0U) && (timeout > 0U)); // wait for the … in Cy_SMIF_HyperBus_EraseChip()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_smif_memslot.h439 #define CY_SMIF_DEV_RDY_MASK (0x80) /**< Device Ready Bit */ macro