[Back to Package Report](../package_2.md#functions)
# Function - calculate_crc_16 ## Summary | Name | Returned type | Description | | --- | --- | --- | |calculate_crc_16|STD_LOGIC_VECTOR|Calcluates the crc 16 bits| ## Parameters Count: 2 | Name | Mode | Type | Description | | --- | --- | --- | --- | |data||STD_LOGIC_VECTOR ( 7 downto 0 )|Calcluates the crc 16 bits| |crc_init||STD_LOGIC_VECTOR ( 15 downto 0 )|Calcluates the crc 16 bits|
[Back to Package Report](../package_2.md#functions)