pub unsafe extern "C" fn splinter_get_signal_count(
group_id: u8,
) -> u64Expand description
@brief Safely retrieve the current pulse count for a signal group. Good for debugging. @param group_id The signal group (0-63). @return The 64-bit pulse count, or 0 if invalid.