1-phase PV router
Loading...
Searching...
No Matches
FastDivision.cpp File Reference
#include "FastDivision.h"
Include dependency graph for FastDivision.cpp:

Go to the source code of this file.

Functions

void divmod10 (uint32_t in, uint32_t &div, uint8_t &mod)
 
uint16_t divu10 (uint16_t n)
 

Function Documentation

◆ divmod10()

void divmod10 ( uint32_t in,
uint32_t & div,
uint8_t & mod )

Definition at line 41 of file FastDivision.cpp.

Referenced by configureValueForDisplay(), and test_divmod10().

Here is the caller graph for this function:

◆ divu10()

uint16_t divu10 ( uint16_t n)

Definition at line 3 of file FastDivision.cpp.

Referenced by configureValueForDisplay(), and test_divu10().

Here is the caller graph for this function: