CHDK_DE Vorschauversion  Trunk Rev. 6014
 Alle Datenstrukturen Dateien Funktionen Variablen Typdefinitionen Aufzählungen Aufzählungswerte Makrodefinitionen
boot_hdr.c-Dateireferenz
#include "lolevel.h"
#include "platform.h"
#include "core.h"
+ Include-Abhängigkeitsdiagramm für boot_hdr.c:

gehe zum Quellcode dieser Datei

Funktionen

void JogDial_task_my (void)
 
void CreateTask_spytask ()
 

Variablen

const char *const new_sa = &_end
 
volatile int jogdial_stopped
 

Dokumentation der Funktionen

void CreateTask_spytask ( )

Definiert in Zeile 13 der Datei boot_hdr.c.

14 {
15  _CreateTask("SpyTask", 0x19, 0x2000, core_spytask, 0);
16 }
void JogDial_task_my ( void  )

Variablen-Dokumentation

volatile int jogdial_stopped

Definiert in Zeile 81 der Datei kbd.c.

const char* const new_sa = &_end

Definiert in Zeile 5 der Datei boot_hdr.c.