SRV_PCOUP_Get_Default_Phy_Band Function

C

SRV_PLC_PCOUP_BRANCH SRV_PCOUP_Get_Default_Phy_Band( void );

Summary

Get the default G3-PLC PHY band.

Description

This function allows to get the G3-PLC PHY band used by default.

Precondition

None.

Parameters

None.

Returns

Default G3-PLC PHY band.

Example

uint8_t plcPhyBand;

plcPhyBand = SRV_PCOUP_Get_Default_Phy_Band();
SRV_PCOUP_Set_Config(plcPhyBand);

Remarks

This function is only generated by MCC if the PLC Driver uses G3-PLC PHY.