MPLAB® Harmony Graphics Suite
|
LIB_EXPORT void GFX_PercentOfDec( uint32_t num, uint32_t percent, uint32_t* whl, uint32_t* dec );
Parameters |
Description |
num |
the number to consider |
percent |
the percentage to apply |
whl |
pointer to whole number value |
dec |
pointer to tenths digit as an interger |
none
MPLAB® Harmony Graphics Suite
|