Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
pd_msg Struct Reference

Power Delivery message. More...

#include <zephyr/drivers/usb_c/usbc_pd.h>

Data Fields

enum pd_packet_type type
 Type of this packet.
union pd_header header
 Header of this message.
uint32_t len
 Length of bytes in data.
uint8_t data [260]
 Message data.

Detailed Description

Power Delivery message.

Field Documentation

◆ data

uint8_t pd_msg::data[260]

Message data.

◆ header

union pd_header pd_msg::header

Header of this message.

◆ len

uint32_t pd_msg::len

Length of bytes in data.

◆ type

enum pd_packet_type pd_msg::type

Type of this packet.


The documentation for this struct was generated from the following file: