Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_ffa_drv.c13 static bool is_point_num_valid(uint16_t num_point);
14 static uint32_t get_fft_misc_reg_fft_len(uint16_t num_point);
17 static bool is_point_num_valid(uint16_t num_point) in is_point_num_valid() argument
19 return ((num_point & (num_point - 1U)) == 0U) && (num_point >= 8U); in is_point_num_valid()
22 static uint32_t get_fft_misc_reg_fft_len(uint16_t num_point) in get_fft_misc_reg_fft_len() argument
25 num_point /= 8; in get_fft_misc_reg_fft_len()
26 while (num_point > 0) { in get_fft_misc_reg_fft_len()
28 num_point >>= 1U; in get_fft_misc_reg_fft_len()

Completed in 4 milliseconds