Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX_v2.c1604 DMX_FLT_SEC_PAT_PARAM SecPatParam; in MApi_DMX_SectPatternSet() local
1611 SecPatParam.u32DmxId = u32DmxId; in MApi_DMX_SectPatternSet()
1612 SecPatParam.pu8Pattern = pPattern; in MApi_DMX_SectPatternSet()
1613 SecPatParam.pu8Mask = pMask; in MApi_DMX_SectPatternSet()
1614 SecPatParam.pu8NotMask = pu8NotMask; in MApi_DMX_SectPatternSet()
1615 SecPatParam.u32MatchSize = MatchSize; in MApi_DMX_SectPatternSet()
1616 SecPatParam.u32Res = 0; in MApi_DMX_SectPatternSet()
1618 …if (UtopiaIoctl(_pInstantDmx, MApi_CMD_DMX_Sec_SetPattern,(void*)&SecPatParam) != UTOPIA_STATUS_SU… in MApi_DMX_SectPatternSet()
1624 if(SecPatParam.u32Res != (MS_U32)DMX_FILTER_STATUS_OK) in MApi_DMX_SectPatternSet()