Home
last modified time | relevance | path

Searched refs:start_next_packet (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c868 bool start_next_packet = true; in handle_ep0_tx() local
892 start_next_packet = false; in handle_ep0_tx()
908 if (start_next_packet) { in handle_ep0_tx()
/Zephyr-latest/drivers/mspi/
Dmspi_dw.c731 static int start_next_packet(const struct device *dev, k_timeout_t timeout) in start_next_packet() function
998 rc = start_next_packet(dev, K_MSEC(dev_data->xfer.timeout)); in _api_transceive()