hal_utils_calc_lcm() function
Get the least common multiple of two integer
Syntax
__attribute__((always_inline))
static inline uint32_t hal_utils_calc_lcm(uint32_t a,
uint32_t b);
Return value
LCM of A and B
hal_utils_calc_lcm() is called by 2 functions and calls 1 function:
![]()
hal_utils_calc_lcm()
hal_utils_calc_lcm():
![]()
hal_utils_calc_lcm()