Searched full:delivery (Results 1 – 25 of 99) sorted by relevance
1234
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/ |
D | Kconfig | 38 bool "QoS 0 / At most once delivery" 43 bool "QoS 1 / At least once delivery" 48 bool "QoS 2 / Exactly once delivery"
|
/Zephyr-latest/samples/subsys/usb_c/sink/ |
D | README.rst | 5 Implement a USB-C Power Delivery application in the form of a USB-C Sink. 10 This example demonstrates how to create a USB-C Power Delivery application and 14 After the USB-C Sink device is plugged into a Power Delivery charger, it 16 Power Delivery Objects (PDOs) provided by the charger.
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ucpd_stm32_priv.h | 138 /* Request to send a power delivery message */ 142 /* Transmission of power delivery message failed */ 144 /* Transmission of power delivery message was discarded */ 146 /* Transmission of power delivery message was successful */ 154 /* A power delivery message was received */ 217 /* Power Delivery message header */ 224 * @brief Struct used for transmitting a power delivery message 233 /* Power Delivery message to transmit */
|
/Zephyr-latest/samples/boards/google/twinkie_v2/pda/ |
D | README.rst | 2 :name: Power Delivery Analyzer 5 Implement a basic Power Delivery Analyzer to determine if a USB device is currently charging.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | tcpc.rst | 23 * Power Delivery message reception and transmission `USB Power Delivery <usb-pd-specification_>`_: 57 https://www.usb.org/document-library/usb-power-delivery
|
D | bc12.rst | 15 should not be confused with the USB-C Power Delivery, which also uses the 20 support Power Delivery.
|
/Zephyr-latest/samples/kernel/metairq_dispatch/ |
D | prj.conf | 7 # We're testing delivery latency to threads on a single CPU, MP
|
/Zephyr-latest/dts/bindings/usb-c/ |
D | ite,it8xxx2-usbpd.yaml | 4 description: ITE it8xxx2 USB-C Power Delivery port
|
D | usb-c-connector.yaml | 15 power delivery support and enables SINK. 112 Disables power delivery when true
|
/Zephyr-latest/samples/subsys/usb_c/source/ |
D | README.rst | 5 Implement a USB-C Power Delivery application in the form of a USB-C Source. 10 This example demonstrates how to create a USB-C Power Delivery application
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | usbc_prl.h | 33 /** Received Power Delivery Messages are stored in emsg */ 52 * Power Delivery Messages meant for transmission are stored 160 * @brief Instructs the Protocol Layer to send a Power Delivery control message 170 * @brief Instructs the Protocol Layer to send a Power Delivery data message
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_loapic.c | 41 #define LOAPIC_MODE 0x00000700 /* delivery mode */ 42 #define LOAPIC_FIXED 0x00000000 /* delivery mode: FIXED */ 43 #define LOAPIC_SMI 0x00000200 /* delivery mode: SMI */ 44 #define LOAPIC_NMI 0x00000400 /* delivery mode: NMI */ 45 #define LOAPIC_EXT 0x00000700 /* delivery mode: ExtINT */ 46 #define LOAPIC_IDLE 0x00000000 /* delivery status: Idle */ 47 #define LOAPIC_PEND 0x00001000 /* delivery status: Pend */
|
D | intc_ioapic_priv.h | 28 /* Interrupt delivery type */
|
/Zephyr-latest/doc/connectivity/usb/ |
D | index.rst | 23 **USB Power Delivery support**
|
/Zephyr-latest/soc/intel/intel_adsp/ |
D | Kconfig | 38 bool "Driver for the host IPC interrupt delivery" 42 Driver for the host IPC interrupt delivery mechanism.
|
/Zephyr-latest/include/zephyr/dt-bindings/interrupt-controller/ |
D | intel-ioapic.h | 17 * for most device interrupts, lowest priority delivery is preferred
|
/Zephyr-latest/drivers/ipm/ |
D | Kconfig.intel_adsp | 9 delivery. Commands will stay active after the ISR returns,
|
/Zephyr-latest/boards/st/stm32g081b_eval/doc/ |
D | index.rst | 7 power delivery controller interfaces (UCPD), compliant with USB type-C r1.2 12 board, a legacy peripheral daughterboard and a USB-C and Power Delivery 24 The USB-C and Power Delivery daughterboard 70 - USB-C and Power Delivery daughterboard
|
/Zephyr-latest/dts/bindings/tcpc/ |
D | st,stm32-ucpd.yaml | 5 ST STM32 family USB Type-C / Power Delivery. The default values were
|
/Zephyr-latest/include/zephyr/drivers/usb_c/ |
D | usbc_tc.h | 377 * @brief Power Delivery Power Role 387 * @brief Power Delivery Data Role 402 /** Use CC1 IO for Power Delivery communication */ 404 /** Use CC2 IO for Power Delivery communication */
|
/Zephyr-latest/samples/kernel/metairq_dispatch/src/ |
D | msgdev.h | 67 * delivery
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/ |
D | Kconfig | 66 Needed margin for reliable delivery of payloads will vary, but should
|
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/ |
D | loapic.h | 44 #define LOAPIC_ICR_BUSY 0x00001000 /* delivery status: 1 = busy */ 179 * x2APIC mode is greatly simplified: one write, no delivery status. in z_loapic_ipi()
|
/Zephyr-latest/boards/microchip/ev11l78a/doc/ |
D | index.rst | 8 Programmable USB Power Delivery (PD) Controller. This RoHS-compliant
|
/Zephyr-latest/include/zephyr/usb_c/ |
D | usbc.h | 90 /** Power Delivery Accept message was received */ 92 /** Power Delivery Reject message was received */ 94 /** Power Delivery discarded the message being transmitted */ 96 /** Power Delivery Not Supported message was received */
|
1234