PreviousNext
DpaApiReadConfigByte
Help > Custom DPA Handler > DPA API > DpaApiReadConfigByte

uns8 DpaApiReadConfigByte( uns8 index )

 

This function returns the TR Configuration value from a given index (address). Calling this function does not modify FSRx registers.

 

Example

 

setRFchannel( DpaApiReadConfigByte( CFGIND_OS_CHANNEL_2ND ) );

 

See example codes CustomDpaHandler-AsyncRequest.c for more details.