Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
tcpci_reg_dump_map Struct Reference

Structure used to bind the register address to name in registers dump. More...

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

Data Fields

uint8_t addr
 Address of I2C device register.
const char * name
 Human readable name of register.
uint8_t size
 Size in bytes of the register.

Detailed Description

Structure used to bind the register address to name in registers dump.

Field Documentation

◆ addr

uint8_t tcpci_reg_dump_map::addr

Address of I2C device register.

◆ name

const char* tcpci_reg_dump_map::name

Human readable name of register.

◆ size

uint8_t tcpci_reg_dump_map::size

Size in bytes of the register.


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