Searched refs:CORDIC_ITER (Results 1 – 2 of 2) sorted by relevance
873 base->CONTROL = (CP_CORDIC << 4U) | CORDIC_ARCTAN | CORDIC_ITER(iteration); in PQ_ArctanFixed()883 base->CONTROL = (CP_CORDIC << 4U) | CORDIC_ARCTANH | CORDIC_ITER(iteration); in PQ_ArctanhFixed()
81 #define CORDIC_ITER(x) ((uint32_t)(x) << 2U) macro