Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
pd_battery_supply_pdo_source Union Reference

Create a Battery Supply PDO Source value See Table 6-12 Battery Supply PDO - Source. More...

#include <usbc_pd.h>

Data Fields

struct {
   uint32_t   max_power: 10
 Maximum Allowable Power in 250mW units. More...
 
   uint32_t   min_voltage: 10
 Minimum Voltage in 50mV units. More...
 
   uint32_t   max_voltage: 10
 Maximum Voltage in 50mV units. More...
 
   enum pdo_type   type: 2
 Battery supply. More...
 
}; 
 
uint32_t raw_value
 Raw PDO value.
 

Detailed Description

Create a Battery Supply PDO Source value See Table 6-12 Battery Supply PDO - Source.

Field Documentation

◆ 

struct { ... } pd_battery_supply_pdo_source::@230

◆ max_power

uint32_t pd_battery_supply_pdo_source::max_power

Maximum Allowable Power in 250mW units.

◆ max_voltage

uint32_t pd_battery_supply_pdo_source::max_voltage

Maximum Voltage in 50mV units.

◆ min_voltage

uint32_t pd_battery_supply_pdo_source::min_voltage

Minimum Voltage in 50mV units.

◆ raw_value

uint32_t pd_battery_supply_pdo_source::raw_value

Raw PDO value.

◆ type

enum pdo_type pd_battery_supply_pdo_source::type

Battery supply.

SET TO PDO_BATTERY


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