Home
last modified time | relevance | path

Searched refs:_gcd (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/hal/
Dlcd_hal.c24 static inline uint32_t _gcd(uint32_t a, uint32_t b) in _gcd() function
50 uint32_t gcd = _gcd(expect_pclk_freq_hz, delta_hz); in lcd_hal_cal_pclk_freq()