/Zephyr-latest/tests/drivers/udc/src/ |
D | main.c | 97 struct usb_ep_descriptor *ed) in test_udc_ep_try_config() argument 99 uint16_t mps = sys_le16_to_cpu(ed->wMaxPacketSize); in test_udc_ep_try_config() 102 err = udc_ep_try_config(dev, ed->bEndpointAddress, in test_udc_ep_try_config() 103 ed->bmAttributes, &mps, in test_udc_ep_try_config() 104 ed->bInterval); in test_udc_ep_try_config() 107 if (ed->bmAttributes == USB_EP_TYPE_CONTROL || in test_udc_ep_try_config() 108 ed->bmAttributes == USB_EP_TYPE_ISO) { in test_udc_ep_try_config() 117 err = udc_ep_try_config(dev, ed->bEndpointAddress, in test_udc_ep_try_config() 118 ed->bmAttributes, &mps, in test_udc_ep_try_config() 119 ed->bInterval); in test_udc_ep_try_config() [all …]
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_init.c | 24 struct usb_ep_descriptor *const ed, in assign_ep_addr() argument 31 uint16_t mps = sys_le16_to_cpu(ed->wMaxPacketSize); in assign_ep_addr() 34 if (USB_EP_DIR_IS_IN(ed->bEndpointAddress)) { in assign_ep_addr() 47 ed->bmAttributes, &mps, in assign_ep_addr() 48 ed->bInterval); in assign_ep_addr() 51 LOG_DBG("ep 0x%02x -> 0x%02x", ed->bEndpointAddress, ep); in assign_ep_addr() 52 ed->bEndpointAddress = ep; in assign_ep_addr() 53 ed->wMaxPacketSize = sys_cpu_to_le16(mps); in assign_ep_addr() 54 usbd_ep_bm_set(class_ep_bm, ed->bEndpointAddress); in assign_ep_addr() 55 usbd_ep_bm_set(config_ep_bm, ed->bEndpointAddress); in assign_ep_addr() [all …]
|
D | usbd_interface.c | 27 struct usb_ep_descriptor *const ed, in handle_ep_op() argument 30 const uint8_t ep = ed->bEndpointAddress; in handle_ep_op() 38 ret = usbd_ep_enable(uds_ctx->dev, ed, ep_bm); in handle_ep_op() 70 struct usb_ep_descriptor *ed; in usbd_interface_modify() local 91 ed = (struct usb_ep_descriptor *)(*dhp); in usbd_interface_modify() 92 ret = handle_ep_op(uds_ctx, op, ed, &c_nd->ep_active); in usbd_interface_modify() 98 iface, ed->bEndpointAddress, in usbd_interface_modify()
|
D | usbd_endpoint.c | 21 const struct usb_ep_descriptor *const ed, in usbd_ep_enable() argument 26 ret = udc_ep_enable(dev, ed->bEndpointAddress, ed->bmAttributes, in usbd_ep_enable() 27 sys_le16_to_cpu(ed->wMaxPacketSize), ed->bInterval); in usbd_ep_enable() 29 usbd_ep_bm_set(ep_bm, ed->bEndpointAddress); in usbd_ep_enable()
|
D | usbd_endpoint.h | 81 const struct usb_ep_descriptor *const ed,
|
/Zephyr-latest/tests/drivers/flash/common/boards/ |
D | nrf52840dk_mx25r_high_perf.overlay | 20 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 68 44
|
/Zephyr-latest/boards/nordic/nrf9160dk/ |
D | nrf9160dk_nrf9160_common_0_14_0.dtsi | 51 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 48 44
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv.c | 611 void *ed; in lll_adv_pdu_and_extra_data_latest_get() local 617 ed = pdu->extra_data[pdu_idx]; in lll_adv_pdu_and_extra_data_latest_get() 645 if (ed && (!MFIFO_ENQUEUE_IDX_GET(extra_data_free, in lll_adv_pdu_and_extra_data_latest_get() 663 if (ed) { in lll_adv_pdu_and_extra_data_latest_get() 666 MFIFO_BY_IDX_ENQUEUE(extra_data_free, ed_free_idx, ed); in lll_adv_pdu_and_extra_data_latest_get() 868 void *ed; in adv_extra_data_free() local 870 ed = pdu->extra_data[last]; in adv_extra_data_free() 872 if (ed) { in adv_extra_data_free() 881 MFIFO_BY_IDX_ENQUEUE(extra_data_free, ed_free_idx, ed); in adv_extra_data_free()
|
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | Kconfig.rpmsg | 19 problematic because the backend expects a zero-ed memory to be
|
/Zephyr-latest/samples/subsys/fs/littlefs/boards/ |
D | nrf52840dk_nrf52840_spi.overlay | 35 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 68 44
|
/Zephyr-latest/boards/nordic/nrf54l15dk/ |
D | nrf54l_05_10_15_cpuapp_common.dtsi | 110 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 48 44
|
/Zephyr-latest/boards/silabs/dev_kits/sltb010a/ |
D | thunderboard.dtsi | 91 10 d8 00 ff 23 72 f5 00 82 ed 04 b7 44 83 38 44
|
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/ |
D | thunderboard.dtsi | 91 10 d8 00 ff 23 72 f5 00 82 ed 04 b7 44 83 38 44
|
/Zephyr-latest/samples/drivers/jesd216/ |
D | README.rst | 58 10 d8 00 ff 23 72 f5 00 82 ed 04 b7 44 83 38 44
|
/Zephyr-latest/boards/makerdiary/nrf52840_mdk/ |
D | nrf52840_mdk.dts | 157 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 68 44
|
/Zephyr-latest/boards/nordic/nrf5340dk/ |
D | nrf5340_cpuapp_common.dtsi | 129 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 68 44
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.zsh | 6 # Ensure this works also when being source-ed 361 # don't run the completion function when being source-ed or eval-ed
|
/Zephyr-latest/boards/u-blox/ubx_bmd380eval/ |
D | ubx_bmd380eval_nrf52840.dts | 186 82 ed 04 cc 44 83 68 44
|
/Zephyr-latest/boards/silabs/dev_kits/sltb004a/ |
D | sltb004a.dts | 106 10 d8 00 ff 23 72 f5 00 82 ed 04 b7 44 83 38 44
|
/Zephyr-latest/boards/nordic/nrf7002dk/ |
D | nrf5340_cpuapp_common.dtsi | 191 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 68 44
|
/Zephyr-latest/boards/u-blox/ubx_bmd340eval/ |
D | ubx_bmd340eval_nrf52840.dts | 243 82 ed 04 cc 44 83 68 44
|
/Zephyr-latest/boards/panasonic/pan1783/ |
D | pan1783_nrf5340_cpuapp_common.dtsi | 235 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 68 44
|
/Zephyr-latest/boards/ezurio/bt610/ |
D | bt610.dts | 224 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 68 44
|
/Zephyr-latest/boards/u-blox/ubx_bmd345eval/ |
D | ubx_bmd345eval_nrf52840.dts | 262 82 ed 04 cc 44 83 68 44
|
/Zephyr-latest/boards/nordic/nrf52840dk/ |
D | nrf52840dk_nrf52840.dts | 253 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 68 44
|