[][src]Function cmsis_dsp_sys_pregenerated::arm_sin_cos_q31

pub unsafe extern "C" fn arm_sin_cos_q31(
    theta: q31_t,
    pSinVal: *mut q31_t,
    pCosVal: *mut q31_t
)

@brief Q31 sin_cos function. @param[in] theta scaled input value in degrees @param[out] pSinVal points to the processed sine output. @param[out] pCosVal points to the processed cosine output.