Searched refs:adp_interface_transceive_procotol (Results 1 – 6 of 6) sorted by relevance
| /bsp/samd21/sam_d2x_asflib/common/services/adp/ |
| A D | adp.c | 280 adp_interface_transceive_procotol((uint8_t*)&msg_format, data_length, rx_buf); in adp_request_handshake() 326 adp_interface_transceive_procotol((uint8_t*)&msg_format, data_length, rx_buf); in adp_request_status() 369 adp_interface_transceive_procotol((uint8_t*)&msg_format, data_length, rx_buf); in adp_configure_info() 412 adp_interface_transceive_procotol((uint8_t*)&msg_format, data_length, rx_buf); in adp_configure_stream() 447 adp_interface_transceive_procotol((uint8_t*)&msg_format, data_length, rx_buf); in adp_toggle_stream() 495 adp_interface_transceive_procotol((uint8_t*)&msg_format, data_length, rx_buf); in adp_configure_graph() 538 adp_interface_transceive_procotol((uint8_t*)&msg_format, data_length, rx_buf); in adp_configure_terminal() 582 adp_interface_transceive_procotol((uint8_t*)&msg_format, data_length, rx_buf); in adp_add_stream_to_terminal() 630 adp_interface_transceive_procotol((uint8_t*)&msg_format, data_length, rx_buf); in adp_add_axis_to_graph() 674 adp_interface_transceive_procotol((uint8_t*)&msg_format, data_length, rx_buf); in adp_add_stream_to_axis() [all …]
|
| A D | adp_interface.h | 52 void adp_interface_transceive_procotol(uint8_t* tx_buf, uint16_t length, uint8_t* rx_buf);
|
| /bsp/samd21/sam_d2x_asflib/common/services/adp/sam/ |
| A D | adp_interface_spi.c | 120 void adp_interface_transceive_procotol(uint8_t* tx_buf, uint16_t length, uint8_t* rx_buf) in adp_interface_transceive_procotol() function
|
| A D | adp_interface_twi.c | 122 void adp_interface_transceive_procotol(uint8_t* tx_buf, uint16_t length, uint8_t* rx_buf) in adp_interface_transceive_procotol() function
|
| /bsp/samd21/sam_d2x_asflib/common/services/adp/sam0/ |
| A D | adp_interface_twi.c | 129 void adp_interface_transceive_procotol(uint8_t* tx_buf, uint16_t length, uint8_t* rx_buf) in adp_interface_transceive_procotol() function
|
| A D | adp_interface_spi.c | 126 void adp_interface_transceive_procotol(uint8_t* tx_buf, uint16_t length, uint8_t* rx_buf) in adp_interface_transceive_procotol() function
|
Completed in 18 milliseconds