TMPM4G9
V1.0.0.0
|
#include "txz_sample_def.h"
#include "bsp.h"
#include "bsp_sw.h"
#include "bsp_led.h"
#include "bsp_timer.h"
#include "dnf.h"
Data Structures | |
struct | instance_t |
Instance Information. More... | |
Macros | |
#define | CFG_SW_POLLING_TIME ((uint32_t)(100)) |
#define | MAIN_NULL ((void *)0) |
#define | INT05_INTPCLR_MASK ((uint8_t)(0x40)) |
Functions | |
int | main (void) |
Main Function. More... | |
void | irq_exint (BSPExInt exi) |
External Interrupt(INT04) IRQ. More... | |
void | irq_timer (BSPTimer timer) |
1ms Timer. More... | |
Variables | |
BSPExInt | status =BSP_EXINT_0 |