Home
last modified time | relevance | path

Searched refs:attached (Results 1 – 25 of 80) sorted by relevance

1234

/Zephyr-Core-3.6.0/drivers/usb/device/
Dusb_dc_native_posix.c65 uint8_t attached; member
106 if (usbip_ctrl.attached) { in usb_dc_attach()
116 usbip_ctrl.attached = 1U; in usb_dc_attach()
125 if (!usbip_ctrl.attached) { in usb_dc_detach()
129 usbip_ctrl.attached = 0U; in usb_dc_detach()
193 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_configure()
211 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_set_stall()
228 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_clear_stall()
247 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_halt()
264 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_is_stalled()
[all …]
Dusb_dc_dw.c96 uint8_t attached; member
866 if (usb_dw_ctrl.attached) { in usb_dc_attach()
890 usb_dw_ctrl.attached = 1U; in usb_dc_attach()
899 if (!usb_dw_ctrl.attached) { in usb_dc_detach()
908 usb_dw_ctrl.attached = 0U; in usb_dc_detach()
979 if (!usb_dw_ctrl.attached || !usb_dw_ep_is_valid(ep)) { in usb_dc_ep_configure()
994 if (!usb_dw_ctrl.attached || !usb_dw_ep_is_valid(ep)) { in usb_dc_ep_set_stall()
1013 if (!usb_dw_ctrl.attached || !usb_dw_ep_is_valid(ep)) { in usb_dc_ep_clear_stall()
1038 if (!usb_dw_ctrl.attached || !usb_dw_ep_is_valid(ep)) { in usb_dc_ep_halt()
1069 if (!usb_dw_ctrl.attached || !usb_dw_ep_is_valid(ep)) { in usb_dc_ep_is_stalled()
[all …]
Dusb_dc_native_posix_adapt.c259 unsigned char attached; in usbip_start() local
325 attached = 0U; in usbip_start()
332 if (!attached) { in usbip_start()
364 attached = 1U; in usbip_start()
Dusb_dc_it82xx2.c166 uint8_t attached; member
824 if (udata0.attached) { in usb_dc_attach()
840 udata0.attached = 1U; in usb_dc_attach()
873 if (!udata0.attached) { in usb_dc_detach()
883 udata0.attached = 0U; in usb_dc_detach()
976 if (!udata0.attached || ep_idx >= MAX_NUM_ENDPOINTS) { in usb_dc_ep_configure()
1033 if (!udata0.attached || ep_idx >= MAX_NUM_ENDPOINTS) { in usb_dc_ep_set_callback()
1060 if (!udata0.attached || ep_idx >= MAX_NUM_ENDPOINTS) { in usb_dc_ep_enable()
1085 if (!udata0.attached || ep_idx >= MAX_NUM_ENDPOINTS) { in usb_dc_ep_disable()
Dusb_dc_mcux.c134 bool attached; member
184 if (dev_state.attached) { in usb_dc_attach()
200 dev_state.attached = true; in usb_dc_attach()
234 dev_state.attached = false; in usb_dc_detach()
748 if (!dev_state.attached) { in usb_dc_ep_set_callback()
Dusb_dc_nrfx.c244 bool attached; member
273 .attached = false,
284 return get_usbd_ctx()->attached; in dev_attached()
485 if (usbd_ctx.attached) { in submit_dc_power_event()
1225 if (!ctx->attached) { in usbd_work_handler()
1273 if (ctx->attached) { in usb_dc_attach()
1291 ctx->attached = true; in usb_dc_attach()
1327 ctx->attached = false; in usb_dc_detach()
Dusb_dc_kinetis.c116 bool attached; member
218 if (dev_data.attached) { in usb_dc_attach()
230 dev_data.attached = 1; in usb_dc_attach()
253 if (!dev_data.attached) { in usb_dc_set_address()
814 if (!dev_data.attached) { in usb_dc_ep_set_callback()
/Zephyr-Core-3.6.0/samples/boards/esp32/light_sleep/
DREADME.rst18 * ``EXT0``: wake up the chip if a button attached to GPIO0 is pressed (i.e. if
25 button attached to GPIO0, often labelled BOOT. If the board does not have such
43 In the scenario below, the button attached to GPIO0 was pressed and held for
67 If pressing the button attached to GPIO0 does not affect program behavior,
/Zephyr-Core-3.6.0/samples/sensor/dps310/
Dapp.overlay8 * A DPS310 attached to the Arduino I2C pins
/Zephyr-Core-3.6.0/drivers/audio/
DKconfig.mpxxdtyy5 bool "ST Digital PDM microphone attached to I2S support"
/Zephyr-Core-3.6.0/drivers/usb/bc12/
DKconfig.pi3usb920113 client mode it starts BC1.2 detection to detect the attached host
39 before switching to SDP mode, so the attached portable device can
/Zephyr-Core-3.6.0/doc/hardware/peripherals/
Dsdhc.rst17 An SD host controller is a device capable of sending SD commands to an attached
21 interact with attached SD devices.
/Zephyr-Core-3.6.0/boards/shields/frdm_kw41z/doc/
Dindex.rst48 - J30 pin 1 is attached to J31 pin 2
49 - J30 pin 2 is attached to J31 pin 1
/Zephyr-Core-3.6.0/samples/boards/96b_argonkey/sensors/
DREADME.rst58 A USB to TTL 1V8 serial cable may be attached to the low speed connector on
85 #. *LIS2MDL* magnetometer (attached to *LSM6DSL*)
/Zephyr-Core-3.6.0/samples/bluetooth/hci_uart_async/
DREADME.rst77 Linux kernel identifies the attached controller.
79 Once the controller is attached follow the instructions in the
101 BlueZ loads and initializes the attached controller.
103 Once the controller is attached follow the instructions in the
/Zephyr-Core-3.6.0/drivers/timer/
DKconfig.arm_arch14 timer which provides per-cpu timers attached to a GIC to deliver its
/Zephyr-Core-3.6.0/samples/bluetooth/hci_uart/
DREADME.rst84 Linux kernel identifies the attached controller.
86 Once the controller is attached follow the instructions in the
112 BlueZ loads and initializes the attached controller.
114 Once the controller is attached follow the instructions in the
/Zephyr-Core-3.6.0/samples/drivers/led_pwm/
DREADME.rst11 device instance found in DT is used. For each LEDs attached to this device
/Zephyr-Core-3.6.0/subsys/logging/backends/
DKconfig.swo32 viewer programs will configure SWO frequency when attached to the
/Zephyr-Core-3.6.0/drivers/eeprom/
DKconfig49 This is an emulator for the Atmel AT24 series of I2C-attached EEPROMs.
59 This is an emulator for the Atmel AT24 series of I2C-attached EEPROMs.
/Zephyr-Core-3.6.0/tests/net/virtual/src/
Dmain.c791 struct net_if *attached; in ZTEST() local
832 attached = net_virtual_get_iface(iface); in ZTEST()
833 zassert_equal(eth_interfaces[0], attached, in ZTEST()
919 struct net_if *attached = eth_interfaces[0]; in test_virtual_recv_data_from_tunnel() local
957 outer = create_outer(attached, AF_INET, IPPROTO_IP, in test_virtual_recv_data_from_tunnel()
966 outer = create_outer(attached, AF_INET6, IPPROTO_IPV6, in test_virtual_recv_data_from_tunnel()
/Zephyr-Core-3.6.0/boards/arm/thingy53_nrf5340/doc/
Dindex.rst35 programmer is attached to the P9 programming header.
/Zephyr-Core-3.6.0/samples/sensor/lsm6dsl/
DREADME.rst11 any magnetometer or pressure sensor attached to it (sensorhub function).
/Zephyr-Core-3.6.0/boards/arm/thingy52_nrf52832/doc/
Dindex.rst153 The following devices are attached to the bus.
235 The MOSFETs are attached to the following SOC GPIO pins:
350 programmer is attached to the P9 programming header.
/Zephyr-Core-3.6.0/samples/sensor/thermometer/
DREADME.rst46 If the attached sensor supports alerts when the temperature drifts above or

1234