dsPIC
®
DSC DTMF Detection Library User’s Guide
DS70332A-page 20
©
2008 Microchip Technology Inc.
DTMFGenInit (Continued)
Code Example
dtmfdet_sHandle CH1;
dtmfdet_sConfig CF1;
CF1.DTMFframeType = NOT_A_DIGIT_FRAME; //Init frametype
CF1.DTMFshapeTest = YES; //Disable the Shape Test
CF1.DTMFcurrentDigit = CURRENT_DIGIT; //Init 20 as the Current
//Digit
CF1.DTMFdeclaredDigit = DECLARED_DIGIT; //Init 30 as the prev
//detected digit
CF1.DTMFinputType = LEFT_JUSTIFIED;
DTMFDetInit(&CH1,&CF1);
Содержание dsPIC DSC DTMF
Страница 1: ...2008 Microchip Technology Inc DS70332A dsPIC DSC DTMF DETECTION LIBRARY USER S GUIDE...
Страница 4: ...dsPIC DSC DTMF Detection Library User s Guide DS70332A page iv 2008 Microchip Technology Inc NOTES...
Страница 26: ...dsPIC DSC DTMF Detection Library User s Guide DS70332A page 22 2008 Microchip Technology Inc NOTES...
Страница 30: ...dsPIC DSC DTMF Detection Library User s Guide DS70332A page 26 2008 Microchip Technology Inc NOTES...