Merge pull request #10136 from jflyper/bfdev-g4-timer-def-update

[G4] TIMER timer_def.h update
This commit is contained in:
jflyper 2020-09-13 22:11:58 +09:00 committed by GitHub
commit de35df8e07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -1195,6 +1195,16 @@
// AF table
//NONE
#define DEF_TIM_AF__NONE__TCH_TIM1_CH1 D(6, 1)
#define DEF_TIM_AF__NONE__TCH_TIM1_CH2 D(6, 1)
#define DEF_TIM_AF__NONE__TCH_TIM1_CH3 D(6, 1)
#define DEF_TIM_AF__NONE__TCH_TIM1_CH4 D(6, 1)
#define DEF_TIM_AF__NONE__TCH_TIM8_CH1 D(3, 8)
#define DEF_TIM_AF__NONE__TCH_TIM8_CH2 D(3, 8)
#define DEF_TIM_AF__NONE__TCH_TIM8_CH3 D(3, 8)
#define DEF_TIM_AF__NONE__TCH_TIM8_CH4 D(3, 8)
//PORTA
#define DEF_TIM_AF__PA0__TCH_TIM2_CH1 D(1, 2)
#define DEF_TIM_AF__PA1__TCH_TIM2_CH2 D(1, 2)