mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-31 03:50:12 -07:00
Add defines for TIMER_CLOCK?
This commit is contained in:
parent
ecf53cb215
commit
bb4d2cca76
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@
|
|||
#define PWM_CHANNEL(x) (1<<(x))
|
||||
|
||||
#define TC_CMR_TCCLKS_TIMER_CLOCK1 (0<<0)
|
||||
#define TC_CMR_TCCLKS_TIMER_CLOCK2 (1<<0)
|
||||
#define TC_CMR_TCCLKS_TIMER_CLOCK3 (2<<0)
|
||||
#define TC_CMR_TCCLKS_TIMER_CLOCK4 (3<<0)
|
||||
#define TC_CMR_TCCLKS_TIMER_CLOCK5 (4<<0)
|
||||
|
||||
#define ADC_CHAN_LF 4
|
||||
#define ADC_CHAN_HF 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue