1.3.5.6.36 BMNG_PPROF_GET_ZC_DIFF_RESPONSE_CB Function Pointer
C
typedef void (*BMNG_PPROF_GET_ZC_DIFF_RESPONSE_CB)(uint8_t *eui48,
uint32_t timeFreq, uint32_t timeDiff);
Summary
Callback function pointer for the PRIME Profile get zero crossing difference response.
Description
This callback is used for the PRIME Profile to get the response to the zero crossing difference between BN and SN.
- eui48 - Pointer to the MAC address of the node
-
timeFreq - Frequency
-
timeDiff - Zero crossing difference (in 10s of microseconds)
Remarks
None.