Home
last modified time | relevance | path

Searched refs:memId (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_hc.h54 uint8_t memId);
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c537 uint8_t memId, in FM_PORT_ConfigIMFmanCtrlExternalStructsMemory() argument
546 p_FmPort->im.fwExtStructsMemId = memId; in FM_PORT_ConfigIMFmanCtrlExternalStructsMemory()
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h1073 uint8_t memId,
H A Dfm_pcd_ext.h331 t_Error FM_PCD_ConfigHcFramesDataMemory(t_Handle h_FmPcd, uint8_t memId);
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c338 uint8_t memId) in FmHcSetFramesDataMemory() argument
345 p_FmHc->dataMemId = memId; in FmHcSetFramesDataMemory()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c1108 t_Error FM_PCD_ConfigHcFramesDataMemory(t_Handle h_FmPcd, uint8_t memId) in FM_PCD_ConfigHcFramesDataMemory() argument
1115 return FmHcSetFramesDataMemory(p_FmPcd->h_Hc, memId); in FM_PCD_ConfigHcFramesDataMemory()