#include <stdio.h>#include <cpu_def.h>#include <system_def.h>#include <boot_fn.h>#include <periph/sci_rs232.h>#include <h8s2638h.h>#include <dtcvec.h>
Functions | |
| void | deb_led_out (char val) |
| OTHER FUNCTIONS. | |
| void | unhandled_exception (void) |
| void | init () |
| init - shadow registers, outputs. | |
| void | init_tpu (void) |
| void | init_dtc (void) |
| Initialization of the DTC transfers. | |
| int | main () |
Variables | |
| __u32 * | rivect |
| void deb_led_out | ( | char | val | ) |
OTHER FUNCTIONS.

| void init | ( | void | ) |
init - shadow registers, outputs.
Initializes P1 and P3 shadow registers, sets PJ.1, PJ.2, PJ.3 LED as outputs, initialises interrupt vector.

| void init_dtc | ( | void | ) |
Initialization of the DTC transfers.


| void init_tpu | ( | void | ) |

| int main | ( | void | ) |

| void unhandled_exception | ( | void | ) |

| __u32* rivect |
1.7.1