MTB CAT5 Peripheral driver library
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages

General Description

API Reference

 SMIF Memory Description Structures
 General hierarchy of memory structures are:
 

Data Structures

struct  SMIF_Type
 ip_type.h CyIP Type description More...
 
struct  cy_stc_smif_config_t
 The SMIF configuration structure. More...
 
struct  cy_stc_smif_context_t
 The SMIF internal context data. More...
 

Typedefs

typedef void(* cy_smif_event_cb_t )(uint32_t event)
 The SMIF user callback function type called at the end of a transfer. More...
 

Typedef Documentation

typedef void(* cy_smif_event_cb_t)(uint32_t event)

The SMIF user callback function type called at the end of a transfer.

Parameters
eventThe event which caused a callback call.