diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/appli_8c.html --- a/doc/doxygen/html/appli_8c.html Fri Jul 06 10:53:15 2007 +0200 +++ b/doc/doxygen/html/appli_8c.html Mon Jul 16 08:56:03 2007 +0200 @@ -18,7 +18,7 @@
  • Globals
  • +examples » gene_SYNC_HCS12

    appli.c File Reference

    #include <stddef.h>
    #include <asm-m68hc12/portsaccess.h>
    #include <asm-m68hc12/ports_def.h>
    @@ -43,55 +43,56 @@

    Include dependency graph for appli.c:

    - - - - - - + + + + + + +

    Go to the source code of this file. - - - + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - +

    Defines

    #define DEBUG_WAR_CONSOLE_ON
    #define DEBUG_ERR_CONSOLE_ON
    #define DEBUG_WAR_CONSOLE_ON
    #define DEBUG_ERR_CONSOLE_ON

    Enumerations

    enum  E_CanBaudrate { CAN_BAUDRATE_250K, -CAN_BAUDRATE_500K, -CAN_BAUDRATE_1M +
    enum  E_CanBaudrate { CAN_BAUDRATE_250K, +CAN_BAUDRATE_500K, +CAN_BAUDRATE_1M }

    Functions

    void initCanopencapteur (void)
    void initSensor (void)
    void initPortB (void)
    void initPortH (void)
    void gene_SYNC_heartbeatError (UNS8 heartbeatID)
    void gene_SYNC_initialisation ()
    void gene_SYNC_preOperational ()
    void gene_SYNC_operational ()
    void gene_SYNC_stopped ()
    UNS8 main (void)
    void initCanopencapteur (void)
    void initSensor (void)
    void initPortB (void)
    void initPortH (void)
    void gene_SYNC_heartbeatError (UNS8 heartbeatID)
    void gene_SYNC_initialisation ()
    void gene_SYNC_preOperational ()
    void gene_SYNC_operational ()
    void gene_SYNC_stopped ()
    UNS8 main (void)

    Variables

    const canBusTime CAN_Baudrates []
    const canBusTime CAN_Baudrates []


    Define Documentation

    - +
    @@ -108,7 +109,7 @@ Definition at line 25 of file appli.c.

    - +

    @@ -126,12 +127,12 @@


    Enumeration Type Documentation

    - -
    -
    -
    - - + +
    +
    +
    enum E_CanBaudrate
    + +
    enum E_CanBaudrate
    @@ -140,11 +141,11 @@

    Enumerator:
    - - -
    CAN_BAUDRATE_250K  +
    CAN_BAUDRATE_250K 
    CAN_BAUDRATE_500K  +
    CAN_BAUDRATE_500K 
    CAN_BAUDRATE_1M  +
    CAN_BAUDRATE_1M 
    @@ -154,7 +155,7 @@


    Function Documentation

    - +
    @@ -180,7 +181,7 @@ Referenced by main().

    - +

    @@ -205,25 +206,25 @@

    Referenced by main().

    -Here is the call graph for this function:

    - - - - - - - - - - - - - +Here is the call graph for this function:

    + + + + + + + + + + + + +

    - +

    @@ -248,22 +249,22 @@

    Referenced by main().

    -Here is the call graph for this function:

    - - - - - - - - - - +Here is the call graph for this function:

    + + + + + + + + + +

    - +

    @@ -288,22 +289,22 @@

    Referenced by main().

    -Here is the call graph for this function:

    - - - - - - - - - - +Here is the call graph for this function:

    + + + + + + + + + +

    - +

    @@ -329,7 +330,7 @@ Referenced by main().

    - +

    @@ -349,7 +350,7 @@

    - +

    @@ -375,7 +376,7 @@ Referenced by initSensor().

    - +

    @@ -401,7 +402,7 @@ Referenced by initSensor().

    - +

    @@ -422,28 +423,28 @@

    Definition at line 170 of file appli.c.

    -References CAN_BAUDRATE_1M, CAN_BAUDRATE_250K, CAN_BAUDRATE_500K, CAN_Baudrates, canInit(), CANOPEN_LINE_NUMBER_USED, canBusInit::clk, gene_SYNC_Data, getNodeId(), initHCS12(), initPortB(), initPortH(), initTimer(), IO_PORTS_8, MSG_WAR, PORTB, PTH, setNodeId(), unlock(), and UNS8. +References CAN_BAUDRATE_1M, CAN_BAUDRATE_250K, CAN_BAUDRATE_500K, CAN_Baudrates, canInit(), CANOPEN_LINE_NUMBER_USED, canBusInit::clk, gene_SYNC_Data, getNodeId(), initHCS12(), initPortB(), initPortH(), initTimer(), IO_PORTS_8, MSG_WAR, PORTB, PTH, setNodeId(), unlock(), and UNS8.

    Referenced by gene_SYNC_initialisation().

    -Here is the call graph for this function:

    - - - - - - - - - - - - +Here is the call graph for this function:

    + + + + + + + + + + + +

    - +

    @@ -464,39 +465,39 @@

    Definition at line 383 of file appli.c.

    -References canDispatch(), f_can_receive(), gene_SYNC_Data, gene_SYNC_heartbeatError(), gene_SYNC_initialisation(), gene_SYNC_operational(), gene_SYNC_preOperational(), gene_SYNC_stopped(), struct_CO_Data::heartbeatError, Initialisation, struct_CO_Data::initialisation, lock(), MSG_WAR, struct_CO_Data::preOperational, setState(), struct_CO_Data::stopped, and unlock(). -

    -Here is the call graph for this function:

    - - - - - - - - - - - - - - - - - - - +References canDispatch(), f_can_receive(), gene_SYNC_Data, gene_SYNC_heartbeatError(), gene_SYNC_initialisation(), gene_SYNC_operational(), gene_SYNC_preOperational(), gene_SYNC_stopped(), struct_CO_Data::heartbeatError, Initialisation, struct_CO_Data::initialisation, lock(), MSG_WAR, struct_CO_Data::preOperational, setState(), struct_CO_Data::stopped, and unlock(). +

    +Here is the call graph for this function:

    + + + + + + + + + + + + + + + + + + +


    Variable Documentation

    - -
    -
    -
    - - + +
    +
    +
    const canBusTime CAN_Baudrates[]
    + +
    const canBusTime CAN_Baudrates[]
    @@ -510,7 +511,7 @@ Referenced by initSensor().

    -


    Generated on Fri Jun 8 08:51:46 2007 for CanFestival by  +
    Generated on Mon Jul 2 19:10:21 2007 for CanFestival by  doxygen 1.5.1