extern uint8 HalUARTOpen ( uint8 port, halUARTCfg_t *config );
this is taken from Zstack sample application... here If i want call this function, how can i send parameter value likeuint8 port, halUARTCfg_t *config etc. many of the coding like above. so explain this.