|
Herzog Library 00.00.01
rel_libdev.herzog.00.00.01.10606
|
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) |
1.8.9.1