Home
last modified time | relevance | path

Searched refs:rx_data (Results 1 – 3 of 3) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dnrf8001-helloworld.cxx300 … if (PIPE_UART_OVER_BTLE_UART_RX_RX == aci_evt->params.data_received.rx_data.pipe_number) { in main()
302 uart_buffer[i] = aci_evt->params.data_received.rx_data.aci_data[i]; in main()
310 … (PIPE_UART_OVER_BTLE_UART_CONTROL_POINT_RX == aci_evt->params.data_received.rx_data.pipe_number) { in main()
312 …uart_process_control_point_rx(&aci_evt->params.data_received.rx_data.aci_data[0], aci_evt->len - 2… in main()
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
Daci_evts.h318 aci_rx_data_t rx_data; member
Dacilib.cxx476 …p_evt_params_data_received->rx_data.pipe_number = *(buffer_in + OFFSET_ACI_EVT_T_DATA_RECEIVED + O… in acil_decode_evt_data_received()
477 …memcpy((uint8_t *)p_evt_params_data_received->rx_data.aci_data, (buffer_in + OFFSET_ACI_EVT_T_DATA… in acil_decode_evt_data_received()