ToCoNet_vRfConfig()

Explanation

Modify parameters of MAC layer. The following members of sToCoNet_AppContext structure can be changed.

u8Channel

*1

Switches the channel. If the switching fails, the structure u8Channel will return to its pre-set value.

u32ChMask

*1

u16ShortAddress

*1

Change the short address of its own station.

u8CPUClk

Switching the CPU clock takes a few tens of usec.

u8TxPower

*1

bRxOnIdle

If set to FALSE, no wireless packets will be received.

Argument

None

Returns

None

Sample code

sToCoNet_AppContext.u8Channel = 25;
sToCoNet_u8TxPower = 2;
ToCoNet_vRfConfig();

最終更新