TMPM4G9
V1.0.0.0
|
#include "txz_sample_def.h"
Go to the source code of this file.
Data Structures | |
struct | timer_initial_setting_t |
Initial setting. User must be set. More... | |
struct | timer_private_info_t |
Private Information. More... | |
struct | timer_t |
Timer Class. More... | |
Functions | |
void | timer_initialize (timer_t *p_instance) |
void | timer_finalize (timer_t *p_instance) |
void | timer_start (timer_t *p_instance) |
void | timer_stop (timer_t *p_instance) |
void | timer_irq_handler (timer_t *p_instance) |