ETHFW API Guide
EthRemoteCfg_RegWriteReq Struct Reference

Detailed Description

Request params for ETHREMOTECFG_CMD_REGISTER_WRITE command.

Request structure holds the address of the register and the value which needs to be written into the register.

Data Fields

EthRemoteCfg_ReqHdr hdr
 
uint32_t addr
 
uint32_t val
 

Field Documentation

◆ hdr

EthRemoteCfg_ReqHdr EthRemoteCfg_RegWriteReq::hdr

Request message common header.

◆ addr

uint32_t EthRemoteCfg_RegWriteReq::addr

Register address.

◆ val

uint32_t EthRemoteCfg_RegWriteReq::val

Value which needs to be written.