ETHFW API Guide
rpmsg_kdrv_ethswitch_device_data Struct Reference

Detailed Description

Ethernet Switch Remote Device Data.

The remote device framework will return the below device data to the remote client when it attaches to the remote ethernet switch device

Data Fields

struct rpmsg_kdrv_ethswitch_firmware_version_info fw_ver
 
u32 permission_flags
 
u32 uart_connected
 
u32 uart_id
 

Field Documentation

◆ fw_ver

struct rpmsg_kdrv_ethswitch_firmware_version_info rpmsg_kdrv_ethswitch_device_data::fw_ver

Ethernet Switch Remote Device Firmware version info

◆ permission_flags

u32 rpmsg_kdrv_ethswitch_device_data::permission_flags

Flag indicating permission enabled for each enum rpmsg_kdrv_ethswitch_message_type command for the connecting client

◆ uart_connected

u32 rpmsg_kdrv_ethswitch_device_data::uart_connected

Flag indicating if UART is connected: 1 indicates UART connected , 0 indicates UART not connected

◆ uart_id

u32 rpmsg_kdrv_ethswitch_device_data::uart_id

UART ID used by firmware for log prints