#include <bell_r2_mf.h>
Public Attributes | |
tone_gen_state_t | tones |
int | current_sample |
queue_state_t | queue |
char | digits [MAX_BELL_MF_DIGITS+1] |
The tone generator.
Referenced by bell_mf_tx(), and bell_mf_tx_init().
The queue structure MUST be followed immediately by the buffer
Referenced by bell_mf_tx(), bell_mf_tx_init(), and bell_mf_tx_put().
char bell_mf_tx_state_t::digits[MAX_BELL_MF_DIGITS+1] |
The digits currently buffered for transmission - part of the above queue.