What does PACKAGE BODY DWT2DPkg IS mean?

Status
Not open for further replies.

farhaenis

Newbie level 5
Joined
Mar 27, 2010
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
sfax
Activity points
1,323
i dont understand the meaning of this package:
PACKAGE BODY DWT2DPkg IS

FUNCTION Dwt2dCtrlVector(x : IN TYPE_DWT2D_CTRL_SIGNAL_ENUM) RETURN TYPE_DWT2D_CTRL_SIGNAL IS
BEGIN
RETURN TYPE_DWT2D_CTRL_SIGNAL(TO_UNSIGNED(TYPE_DWT2D_CTRL_SIGNAL_ENUM'POS(x), CST_DWT2D_CTRL_SIG_BUS_WIDTH));
END;

END DWT2DPkg;

can any one explain it to me.
thinks[/b]
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…