Searched full:bulk (Results 1 – 25 of 69) sorted by relevance
123
/Zephyr-latest/subsys/usb/device/class/netusb/ |
D | Kconfig | 49 CDC ECM class bulk endpoint size 81 RNDIS bulk endpoint size
|
/Zephyr-latest/samples/subsys/dap/ |
D | sample.yaml | 4 sample.dap.bulk:
|
D | README.rst | 10 controller through USB Bulk interface.
|
/Zephyr-latest/tests/subsys/llext/ |
D | prj.conf | 11 # The bulk of the tests run with MPU/MMU disabled by including additional
|
D | no_mem_protection.conf | 1 # Disable MPU and MMU on all supported arches for the bulk of the tests.
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/zcbor_bulk/ |
D | testcase.yaml | 7 mgmt.mcumgr.zcbor.bulk:
|
/Zephyr-latest/subsys/usb/device/class/ |
D | Kconfig.test | 15 Loopback Function bulk endpoint size
|
D | Kconfig.bt | 17 Enables vendor command to switch to H:4 transport using the bulk
|
D | Kconfig.msc | 44 Mass storage device class bulk endpoints size
|
D | Kconfig.cdc | 38 CDC ACM class bulk endpoints size
|
D | msc.c | 52 /* MSC Request Codes for Bulk-Only Transport */ 62 /* MSC Bulk-Only Command Block Wrapper (CBW) */ 81 /* MSC Bulk-Only Command Status Wrapper (CSW) */ 211 /* MSC Bulk-only Stage */ 220 /* state of the bulk-only state machine */ 317 * transfer is complete, ie when we get a bulk in callback in write() 851 * @brief EP Bulk IN handler, used to send data to the Host
|
/Zephyr-latest/doc/connectivity/usb/device/api/ |
D | usb_device.rst | 18 For CDC ACM sample driver this happens via the OUT bulk endpoint handler
|
/Zephyr-latest/tests/subsys/random/rng/src/ |
D | main.c | 72 printk("Generating bulk fill random numbers\n"); in ZTEST() 91 printk("Generating bulk fill cryptographically secure random numbers\n"); in ZTEST()
|
/Zephyr-latest/drivers/flash/ |
D | spi_nor.h | 53 #define SPI_NOR_CMD_BULKE 0x60 /* Bulk Erase */ 77 #define SPI_NOR_OCMD_BULKE 0x609F /* Octa Bulk Erase */
|
/Zephyr-latest/tests/subsys/usb/device/src/ |
D | main.c | 68 /* EP Bulk IN handler, used to send data to the Host */ 113 /* Bulk EP is not configured yet */ in ZTEST()
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_msc.c | 72 /* NULL to request Bulk-Only Mass Storage Reset 79 /* Each instance has 2 endpoints and can receive bulk only reset command */ 221 LOG_INF("Bulk-Only Mass Storage Reset"); in msc_reset_handler() 447 * stall the Bulk-Out pipe. in msc_process_write() 483 /* Mass Storage Class - Bulk Only Transport in msc_handle_bulk_out() 485 * CBW. Stall Bulk IN and Report Phase Error. in msc_handle_bulk_out() 519 * shall STALL the Bulk-In pipe (if it does not in msc_handle_bulk_in() 657 .buf = NULL, /* Bulk-Only Mass Storage Reset */ in msc_bot_schedule_reset()
|
D | bt_hci.c | 12 * - ACL data through one bulk IN and one bulk OUT endpoints 71 * with maximum packet size of high speed bulk endpoint. 73 * REVISE: global (bulk, interrupt, iso) specific pools would be more
|
/Zephyr-latest/modules/segger/ |
D | Kconfig | 45 int "Size of buffer for RTT printf to bulk-send chars via RTT"
|
/Zephyr-latest/scripts/ci/stats/ |
D | merged_prs.py | 14 from elasticsearch.helpers import bulk 169 bulk(es, gendata(json_list, index))
|
/Zephyr-latest/scripts/ci/ |
D | upload_test_results_es.py | 16 from elasticsearch.helpers import bulk, BulkIndexError 293 bulk(es, gendata(f, args), request_timeout=args.bulk_timeout) 361 parser.add_argument('--bulk-timeout', required=False, type=int, default=60, 362 help="Elasticsearch bulk request timeout, seconds. Default %(default)s.")
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | main.rst | 191 :ref:`Bulk convenience functions <conn_mgr_control_api_bulk>` optionally skip ignored ifaces. 219 * :ref:`Bulk functions <conn_mgr_control_api_bulk>` for controlling the admin state and network ass… 448 Bulk API 451 Connectivity control provides several bulk functions allowing all ifaces to be controlled at once.
|
/Zephyr-latest/include/zephyr/net/ |
D | conn_mgr_connectivity.h | 256 * @brief Connection Manager Bulk API 257 * @defgroup conn_mgr_connectivity_bulk Connection Manager Connectivity Bulk API
|
/Zephyr-latest/drivers/usb/uhc/ |
D | uhc_max3421e.c | 279 LOG_DBG("bulk in %p %u", buf, net_buf_tailroom(buf)); in max3421e_xfer_data() 285 LOG_DBG("bulk out %p %u", buf, len); in max3421e_xfer_data() 409 * treat all others as bulk. in max3421e_schedule_xfer() 464 LOG_INF("hrslt bulk out %u", buf->len); in max3421e_hrslt_success() 493 LOG_INF("hrslt bulk in %u, %u", bc, len); in max3421e_hrslt_success()
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_skeleton.c | 286 config->ep_cfg_out[i].caps.bulk = 1; in udc_skeleton_driver_preinit() 306 config->ep_cfg_in[i].caps.bulk = 1; in udc_skeleton_driver_preinit()
|
/Zephyr-latest/include/zephyr/drivers/usb/ |
D | usb_dc.h | 84 /** Bulk type endpoint */ 121 * May be Bulk, Interrupt, Control or Isochronous
|
123