ETHFW API Guide
EthRemoteCfg_RegReadReq Struct Reference

Detailed Description

Request params for ETHREMOTECFG_CMD_REGISTER_READ command.

Request structure holds the address of the register which needs to be read and returns the value of the register as response.

Data Fields

EthRemoteCfg_ReqHdr hdr
 
uint32_t addr
 

Field Documentation

◆ hdr

EthRemoteCfg_ReqHdr EthRemoteCfg_RegReadReq::hdr

Request message common header.

◆ addr

uint32_t EthRemoteCfg_RegReadReq::addr

Register address.