Kamcho Library 02.00.03
lib.kamcho.02.00.03.287
|
A structure to represent timer device. More...
#include <timer_device.h>
Data Fields | |
void(* | Start )(void) |
void(* | Stop )(void) |
void(* | LoadCounter )(uint32_t cnt) |
IRQn_Type | IRQ |
uint8_t | Num |
Timer_State_t * | State |
char * | Name |
void * | SFRS |
A structure to represent timer device.
IRQn_Type IRQ |
void(* LoadCounter) (uint32_t cnt) |
char* Name |
uint8_t Num |
void* SFRS |
void(* Start) (void) |
Timer_State_t* State |
void(* Stop) (void) |