UINT16 voltage_GetRef ( void   )

This function returns the ADC value for the reference voltage stored in mg_u16Ref.

See also:
mg_u16Ref
Returns:
mg_u16Ref (UINT16)
Return values:
0..1023

Definition at line 241 of file voltage.c.

References mg_u16Ref.

Referenced by main().

{
  return (mg_u16Ref);
}

Here is the caller graph for this function: