xip_status
xip_array_<type>_get_chan(
xip_array_<type>* p
<type>* value,
size_t path,
size_t chan,
size_t index
xip_fir_v7_2_pattern pattern
);
This function is the reciprocal of the xip_array_<type>_set_chan function and extracts the value of an individual channel for a given index, path and channel. The function issues an XIP_STATUS_ERROR if the index exceeds the array capacity or size.