ETHFW API Guide
EthRemoteCfg_RemoteTimerRegisterReq Struct Reference

Detailed Description

Request params for ETHREMOTECFG_CMD_REGISTER_REMOTE_TIMER command.

This request structure contains hardware push number and timerId for registering HWPUSH callback and setting TimeSyncRouter.

Data Fields

EthRemoteCfg_ReqHdr hdr
 
uint8_t hwPushNum
 
uint8_t timerId
 

Field Documentation

◆ hdr

EthRemoteCfg_ReqHdr EthRemoteCfg_RemoteTimerRegisterReq::hdr

Request message common header.

◆ hwPushNum

uint8_t EthRemoteCfg_RemoteTimerRegisterReq::hwPushNum

Hardware Push number to be used for timesync router configuration.

◆ timerId

uint8_t EthRemoteCfg_RemoteTimerRegisterReq::timerId

Timer id to be used for timesync router configuration.