Searched refs:sync_req (Results 1 – 2 of 2) sorted by relevance
29 struct sync_req { struct196 struct sync_req *req = CONTAINER_OF(cli, struct sync_req, cli); in sync_cb()206 struct sync_req req = { in nrf_clock_control_request_sync()
133 static const uint8_t sync_req[] = { 0x01, 0x7e }; variable620 h5_send(dev, sync_req, HCI_3WIRE_LINK_PKT, sizeof(sync_req)); in tx_thread()678 if (!memcmp(buf->data, sync_req, sizeof(sync_req))) { in rx_thread()
Completed in 18 milliseconds