fix(test): check call graph for hal component

This commit is contained in:
morris
2023-06-28 11:29:02 +08:00
parent 28a6aeb303
commit f0c07f82b5
33 changed files with 52 additions and 57 deletions

View File

@@ -77,6 +77,7 @@ static inline void lcd_ll_select_clk_src(lcd_cam_dev_t *dev, lcd_clock_source_t
* @param div_a denominator of the divider
* @param div_b numerator of the divider
*/
__attribute__((always_inline))
static inline void lcd_ll_set_group_clock_coeff(lcd_cam_dev_t *dev, int div_num, int div_a, int div_b)
{
// lcd_clk = module_clock_src / (div_num + div_b / div_a)