STC15W408AS library 0.10.0
Loading...
Searching...
No Matches
timer_structs.h
1#ifndef STC15_TIMER_STRUCTSH
2#define STC15_TIMER_STRUCTSH
3
9typedef enum
10{
12 T1 = 1,
14 T12 = 12
16
17#endif
timer_clock_divider_t
Timer clock divider values enum.
Definition timer_structs.h:10
@ T12
Sysclk/12.
Definition timer_structs.h:14
@ T1
Sysclk/1.
Definition timer_structs.h:12