pub unsafe extern "C" fn dds(
phase_acc: *mut u32,
phase_rate: i32,
) -> i16Expand description
\brief Generate an integer tone sample. \param phase_acc A pointer to a phase accumulator value. \param phase_rate The phase increment to be applied. \return The signal amplitude, between -32767 and 32767.