Searched refs:canceled (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/usb/ |
D | hcd.c | 429 …ic inline void _buffer_done(pipe_t *pipe, int stop_idx, hcd_pipe_event_t pipe_event, bool canceled) in _buffer_done() argument 434 buffer_done->status_flags.was_canceled = canceled; in _buffer_done() 483 static bool _buffer_flush_all(pipe_t *pipe, bool canceled); 1751 bool canceled = pipe->port->flags.conn_dev_ena; in _pipe_cmd_flush() local 1754 call_pipe_cb = _buffer_flush_all(pipe, canceled); in _pipe_cmd_flush() 1764 … urb->transfer.status = (canceled) ? USB_TRANSFER_STATUS_CANCELED : USB_TRANSFER_STATUS_NO_DEVICE; in _pipe_cmd_flush() 1769 …urb->transfer.isoc_packet_desc[pkt_idx].status = (canceled) ? USB_TRANSFER_STATUS_CANCELED : USB_T… in _pipe_cmd_flush() 2521 static bool _buffer_flush_all(pipe_t *pipe, bool canceled) in _buffer_flush_all() argument 2526 _buffer_done(pipe, 0, HCD_PIPE_EVENT_NONE, canceled); in _buffer_flush_all()
|
/hal_espressif-3.6.0/examples/protocols/sntp/ |
D | README.md | 87 …L, the earlier tuning is stopped, but the already completed part of the adjustment is not canceled.
|
/hal_espressif-3.6.0/docs/en/api-reference/storage/ |
D | nvs_flash.rst | 209 …Page header contains invalid data, and further parsing of page data was canceled. Any items previo…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/ |
D | Gatt_Server_Example_Walkthrough.md | 931 …nd the buffer is printed in the log; if not, then it means the write is canceled and all the data …
|