Searched refs:sync_req (Results  1 – 3 of 3) sorted by relevance
| /Zephyr-latest/drivers/clock_control/ | 
| D | clock_control_nrf2_common.c | 32 struct sync_req {  struct 210 	struct sync_req *req = CONTAINER_OF(cli, struct sync_req, cli);  in sync_cb() 220 	struct sync_req req = {  in nrf_clock_control_request_sync()
  | 
| /Zephyr-latest/drivers/bluetooth/hci/ | 
| D | h5.c | 133 static const uint8_t sync_req[] = { 0x01, 0x7e };  variable 638 	h5_send(dev, sync_req, HCI_3WIRE_LINK_PKT, sizeof(sync_req));  in tx_thread() 696 		if (!memcmp(buf->data, sync_req, sizeof(sync_req))) {  in rx_thread()
  | 
| /Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/ | 
| D | main.c | 121 static const uint8_t sync_req[] = { 0x01, 0x7e };  variable 695 		if (!memcmp(buf->data, sync_req, sizeof(sync_req))) {  in rx_thread()
  |