Renesas M3A-HS85 Technical Information Seite 16

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 23
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 15
SH7285 Group
Example of Initialization
REJ06B0860-0100/Rev.1.00 June 2009 Page 14 of 21
3.5 Sample Program Listing "hwsetup.c" (2/2)
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
/* ==== External reference ==== */
/* ---- Function prototype ---- */
extern void io_set_cpg(void);
/*""FUNC COMMENT""**************************************************************
* ID :
* Outline : Hardware initialization
*------------------------------------------------------------------------------
* Include :
*------------------------------------------------------------------------------
* Declaration : void HardwareSetup(void);
*------------------------------------------------------------------------------
* Description : Initializes the hardware function.
*------------------------------------------------------------------------------
* Argument : void
*------------------------------------------------------------------------------
* Return Value : void
*------------------------------------------------------------------------------
* Note : None
*""FUNC COMMENT END""**********************************************************/
void HardwareSetup(void)
{
/* ==== CPG setting ==== */
io_set_cpg();
}
/* End of File */
Seitenansicht 15
1 2 ... 11 12 13 14 15 16 17 18 19 20 21 22 23

Kommentare zu diesen Handbüchern

Keine Kommentare