Searched refs:stream_id (Results 1 – 2 of 2) sorted by relevance
| /bsp/samd21/sam_d2x_asflib/common/services/adp/ |
| A D | adp.h | 210 uint8_t stream_id; member 225 uint16_t stream_id; member 274 uint16_t stream_id; member 286 config->stream_id = 0; in adp_configure_stream_get_defaults() 408 uint16_t stream_id; member 438 config->stream_id = 0; in adp_add_stream_to_axis_get_defaults() 457 uint16_t stream_id; member 485 config->stream_id = 0; in adp_add_cursor_to_graph_get_defaults() 577 uint16_t stream_id; member 916 uint16_t stream_id; member [all …]
|
| A D | adp.c | 404 index = adp_add_send_byte((uint8_t*)&msg_format.data, index, (uint8_t*)&config->stream_id, 2); in adp_configure_stream() 442 index = adp_add_send_byte((uint8_t*)&msg_format.data, index, (uint8_t*)&config->stream_id, 2); in adp_toggle_stream() 574 index = adp_add_send_byte((uint8_t*)&msg_format.data, index, (uint8_t*)&config->stream_id, 2); in adp_add_stream_to_terminal() 661 index = adp_add_send_byte((uint8_t*)&msg_format.data, index, (uint8_t*)&config->stream_id, 2); in adp_add_stream_to_axis() 710 index = adp_add_send_byte((uint8_t*)&msg_format.data, index, (uint8_t*)&config->stream_id, 2); in adp_add_cursor_to_graph() 1287 index = adp_add_send_byte((uint8_t*)&msg_format.data, index, (uint8_t*)&config->stream_id, 2); in adp_add_stream_to_element() 1311 (uint8_t*)&stream_data->stream[stream_num].stream_id, 2); in adp_transceive_stream() 1340 bool adp_transceive_single_stream(uint16_t stream_id, uint8_t* data, uint8_t data_size, uint8_t* pr… in adp_transceive_single_stream() argument 1346 data_stream.stream[0].stream_id = stream_id; in adp_transceive_single_stream()
|
Completed in 11 milliseconds