Home
last modified time | relevance | path

Searched refs:Cy_SMIF_GetDeviceBySlot (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_smif.c374 device = Cy_SMIF_GetDeviceBySlot(base, slaveSelect); in Cy_SMIF_SetDataSelect()
2696 SMIF_DEVICE_Type volatile * device = Cy_SMIF_GetDeviceBySlot(base, slave); in Cy_SMIF_DeviceTransfer_SetMergeTimeout()
2723 SMIF_DEVICE_Type volatile * device = Cy_SMIF_GetDeviceBySlot(base, slave); in Cy_SMIF_DeviceTransfer_ClearMergeTimeout()
2763 SMIF_DEVICE_Type volatile * device = Cy_SMIF_GetDeviceBySlot(base, slave); in Cy_SMIF_SetSelectedDelayTapSel()
2846 SMIF_DEVICE_Type volatile * device = Cy_SMIF_GetDeviceBySlot(base, slave); in Cy_SMIF_GetSelectedDelayTapSel()
Dcy_smif_hb_flash.c100 SMIF_DEVICE_Type volatile * dev = Cy_SMIF_GetDeviceBySlot(base, memCfg->slaveSelect); in Cy_SMIF_HyperBus_InitDevice()
Dcy_smif_memslot.c145 device = Cy_SMIF_GetDeviceBySlot(base, memCfg->slaveSelect); in Cy_SMIF_MemInit()
Dcy_smif_sfdp.c2822 SMIF_DEVICE_Type volatile * device_base = Cy_SMIF_GetDeviceBySlot(base, slaveSelect); in Cy_SMIF_MemInitSfdpMode()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_smif.h1455 __STATIC_INLINE SMIF_DEVICE_Type volatile * Cy_SMIF_GetDeviceBySlot(SMIF_Type *base, cy_en_smif_sla…
2170 __STATIC_INLINE SMIF_DEVICE_Type volatile * Cy_SMIF_GetDeviceBySlot(SMIF_Type *base, in Cy_SMIF_GetDeviceBySlot() function