Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/tsn/inc/
Dnx_msrp.h169 …X_MRP *mrp, NX_MRP_PARTICIPANT *participant, UCHAR *stream_id, UINT event, UCHAR fourpacked_value);
/NetX-Duo-v6.2.1/tsn/src/
Dnx_msrp.c502 …RP *mrp, NX_MRP_PARTICIPANT *participant, UCHAR *stream_id, UINT mrp_event, UCHAR fourpacked_value) in nx_msrp_register_attach_request() argument
523 …X_MSRP_ATTRIBUTE *)attribute) -> msrp_attribute_union.listener.fourpacked_event = fourpacked_value; in nx_msrp_register_attach_request()
1697 UCHAR fourpacked_value[NX_MSRP_ATTRIBUTE_ARRAY_MAX_SIZE / 4 / 3 + 1]; in nx_msrp_mrpdu_pack_attribute() local
1851fourpacked_value[i++] = (UCHAR)((fourpacked_event[index] * 64) + (fourpacked_event[index + 1] * 16… in nx_msrp_mrpdu_pack_attribute()
1875 *(data_ptr + STREAM_ID_SIZE + num_of_threepacked + i) = fourpacked_value[i]; in nx_msrp_mrpdu_pack_attribute()