/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_native_posix.c | 69 uint8_t attached; member 110 if (usbip_ctrl.attached) { in usb_dc_attach() 111 LOG_WRN("Already attached"); in usb_dc_attach() 120 usbip_ctrl.attached = 1U; in usb_dc_attach() 129 if (!usbip_ctrl.attached) { in usb_dc_detach() 133 usbip_ctrl.attached = 0U; in usb_dc_detach() 197 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_configure() 198 LOG_ERR("Not attached / Invalid endpoint: EP 0x%x", ep); in usb_dc_ep_configure() 215 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_set_stall() 216 LOG_ERR("Not attached / Invalid endpoint: EP 0x%x", ep); in usb_dc_ep_set_stall() [all …]
|
D | usb_dc_dw.c | 96 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() 980 LOG_ERR("Not attached / Invalid endpoint: EP 0x%x", ep); in usb_dc_ep_configure() 994 if (!usb_dw_ctrl.attached || !usb_dw_ep_is_valid(ep)) { in usb_dc_ep_set_stall() 995 LOG_ERR("Not attached / Invalid endpoint: EP 0x%x", 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() [all …]
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.adc_keys | 5 bool "ADC attached resistor ladder buttons" 10 Enable support for ADC attached resistor ladder buttons.
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | usbc_tc_common_internal.h | 19 * Flag to track Rp resistor change when the sink attached 40 /** Attached Sink State */ 51 /** Attached Source State */ 141 * @brief Checks if the TC Layer is in an Attached state 145 * @retval true if TC Layer is in an Attached state, else false
|
D | usbc_tc_src_states.c | 56 * that was providing VCONN in the previous Attached.SRC state. 142 /* UFP attached */ in tc_attach_wait_src_run() 164 * The port shall transition to Attached.SRC when VBUS is at vSafe0V in tc_attach_wait_src_run() 184 * @brief Spec. Release 1.3, section 4.5.2.2.9 Attached.SRC State 186 * When in the Attached.SRC state, the port is attached and operating as a 193 * shall do so only upon entry to the Attached.SRC state by detecting 228 LOG_INF("Attached.SRC"); in tc_attached_src_entry()
|
D | usbc_tc_snk_states.c | 170 * The port shall transition to Attached.SNK after the state of only in tc_attach_wait_snk_run() 196 * @brief Attached.SNK Entry 206 LOG_INF("Attached.SNK"); in tc_attached_snk_entry() 232 * @brief Attached.SNK and DebugAccessory.SNK Run 254 * @brief Attached.SNK and DebugAccessory.SNK Exit
|
D | usbc_tc_snk_states_internal.h | 24 * @brief Attached.SNK
|
/Zephyr-latest/samples/boards/espressif/light_sleep/ |
D | README.rst | 19 * ``EXT0``: wake up the chip if a button attached to GPIO0 is pressed (i.e. if 26 button attached to GPIO0, often labelled BOOT. If the board does not have such 44 In the scenario below, the button attached to GPIO0 was pressed and held for 68 If pressing the button attached to GPIO0 does not affect program behavior,
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | capture.rst | 37 * A ``cooked`` virtual network interface is attached on top of this ``any`` 57 Virtual interfaces attached to this : 2 63 Attached : 1 (Dummy / 0x808ab3c) 68 Virtual interfaces attached to this : 4 79 Attached : 3 (Ethernet / 0x808adec)
|
/Zephyr-latest/drivers/usb/bc12/ |
D | Kconfig.pi3usb9201 | 13 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-latest/include/zephyr/drivers/usb_c/ |
D | usbc_tc.h | 43 * @brief From entry to Attached.SRC until VBUS reaches the minimum vSafe5V threshold as 57 * @brief From the time the Source supplied VBUS in the Attached.SRC state. 160 * @brief Minimum time a port shall wait before it can determine it is attached 166 * @brief Maximum time a port shall wait before it can determine it is attached 186 * @brief Minimum Time a port shall wait before it can determine it is re-attached during 193 * @brief Maximum Time a port shall wait before it can determine it is re-attached during 412 /** No port partner attached */ 423 /** Plain UFP attached */ 428 /** Plain DFP attached */
|
/Zephyr-latest/drivers/audio/ |
D | Kconfig.mpxxdtyy | 5 bool "ST Digital PDM microphone attached to I2S support"
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | sdhc.rst | 17 An SD host controller is a device capable of sending SD commands to an attached 21 interact with attached SD devices.
|
/Zephyr-latest/dts/bindings/display/ |
D | lcd-controller.yaml | 13 Initial Pixel format for panel attached to this controller.
|
/Zephyr-latest/samples/bluetooth/hci_uart_async/ |
D | README.rst | 81 Linux kernel identifies the attached controller. 83 Once the controller is attached follow the instructions in the 105 BlueZ loads and initializes the attached controller. 107 Once the controller is attached follow the instructions in the
|
/Zephyr-latest/dts/bindings/sd/ |
D | zephyr,sdmmc-disk.yaml | 3 host controller device node indicates that an SDMMC disk is attached to that
|
D | zephyr,mmc-disk.yaml | 3 host controller device node indicates that an MMC chip is attached to that
|
/Zephyr-latest/include/zephyr/drivers/i3c/ |
D | addresses.h | 35 * Enum to indicate whether an address is reserved, has I2C/I3C device attached, 36 * or no device attached. 39 /** Address has not device attached. */
|
/Zephyr-latest/subsys/net/lib/prometheus/ |
D | Kconfig | 18 Specify how many labels can be attached to a metric.
|
/Zephyr-latest/boards/shields/frdm_kw41z/doc/ |
D | index.rst | 48 - J30 pin 1 is attached to J31 pin 2 49 - J30 pin 2 is attached to J31 pin 1
|
/Zephyr-latest/samples/application_development/code_relocation_nocopy/ |
D | README.rst | 33 The stm32f769i_disco has 64MB of external flash attached via QSPI. It is mapped 45 The b_u585i_iot02a has 64MB of external flash attached via OSPI. It is mapped
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | vlan.c | 31 #define MAX_VIRT_NAME_LEN MIN(sizeof("<not attached>"), \ 179 * to go through its attached virtual interfaces. in get_vlan() 282 snprintk(name, sizeof(name), "<not attached>"); in disable_vlan_iface() 441 NET_DBG("[%d] Adding vlan tag %d to iface %d (%p) attached to %d (%p)", in net_eth_vlan_enable() 445 /* Use MAC address of the attached Ethernet interface so that in net_eth_vlan_enable() 489 NET_DBG("Removing vlan tag %d from VLAN iface %d (%p) attached to %d (%p)", in net_eth_vlan_disable() 639 NET_DBG("VLAN interface %d (%p) attached to %d (%p)", in vlan_interface_attach() 664 snprintk(name, sizeof(name), "not attached"); in vlan_iface_init()
|
/Zephyr-latest/samples/bluetooth/hci_uart/ |
D | README.rst | 85 Linux kernel identifies the attached controller. 87 Once the controller is attached follow the instructions in the 113 BlueZ loads and initializes the attached controller. 115 Once the controller is attached follow the instructions in the
|
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/ |
D | README.rst | 85 Linux kernel identifies the attached controller. 87 Once the controller is attached follow the instructions in the 113 BlueZ loads and initializes the attached controller. 115 Once the controller is attached follow the instructions in the
|
/Zephyr-latest/dts/bindings/i3c/ |
D | i3c-controller.yaml | 30 and there are I2C devices attached to the bus, look at the Legacy
|