Renesas M16C/62P Group Instrukcja Użytkownika Strona 95

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 98
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 94
Rev.1.00 2007.11.1
REC10B0002-0100
95
__DestroyADC
Synopsis
<Discard settings of A/D converter>
Boolean __DestroyADC(void)
Description
Discards settings of a specified A/D converter.
Return value
If converter setting was successfully discarded, RAPI_TRUE is returned; if failed,
RAPI_FALSE is returned.
Functionality
A/D converter
Reference
__CreateADC, __EnableADC, __GetADC, __GetADCAll
Program example
#include "rapi_ad_m16c_62p.h"
void func( void )
{
/* Destroy A/D converter */
__DestroyADC();
}
Przeglądanie stron 94
1 2 ... 90 91 92 93 94 95 96 97 98

Komentarze do niniejszej Instrukcji

Brak uwag