Home
last modified time | relevance | path

Searched defs:t_FmParams (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h474 typedef struct t_FmParams { struct
475 uint8_t fmId; /**< Index of the FM */
476 uint8_t guestId; /**< FM Partition Id */
477 … baseAddr; /**< A pointer to base of memory mapped FM registers (virtual);
483 t_Handle h_FmMuram; /**< A handle of an initialized MURAM object,
485 uint16_t fmClkFreq; /**< In Mhz;
487 …int16_t fmMacClkRatio; /**< FM MAC Clock ratio, for backward comparability:
490 …eptionsCallback *f_Exception; /**< An application callback routine to handle exceptions;
512 } t_FmParams; argument