Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
TianYing_ty100
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baizhengyuan
TianYing_ty100
Commits
ac78b885
Commit
ac78b885
authored
Jun 28, 2024
by
李俭双
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:45374 No function declaration. Implicit declaration inserted: 'extern int %1s();'.
parent
ef63560f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
timm.h
.../Device/Cmsemicon/BAT32A239/Library/Driver/include/timm.h
+3
-2
No files found.
Firmware/Source/Device/Cmsemicon/BAT32A239/Library/Driver/include/timm.h
View file @
ac78b885
...
...
@@ -354,8 +354,8 @@ typedef struct
uint8_t
TMM_CounterClear
;
/*!< TMM counter TM Register clear conditon This parameter can be a value of @ref TMM_Counter_Clear_t */
uint8_t
TMM_Combine_TransMode
;
/*!< TMM counter TM buffer Register transfer mode: 1
bu
ffer register copyed to general register when TM1
underflows 2
bu
ffer register copyed to general register when TM0 compare match to TMGRA0; it only used
uint8_t
TMM_Combine_TransMode
;
/*!< TMM counter TM buffer Register transfer mode: 1
��buff
er register copyed to general register when TM1
underflows 2
��buff
er register copyed to general register when TM0 compare match to TMGRA0; it only used
in complementary PWM mode This parameter can be a value of @ref TMM_Combine_TransMode_t */
uint8_t
TMM_Intp
;
/*!< Specifies the whether open the interrupt flag of Capture Compare Register TBGRA.TBGRB/TBGRC/TBGRD
...
...
@@ -392,6 +392,7 @@ void TMM_Init(TMM_InitTypeDef *TMM_InitStruct);
void
TMM1_Start
(
FunctionalState
match_flag
);
void
TMM0_Start
(
FunctionalState
match_flag
);
void
TMM0_Stop
(
void
);
void
TMM1_Stop
(
void
);
void
TMM_All_Start
(
void
);
void
TMM_All_Stop
(
void
);
FlagStatus
TMM_GetFlagStatus
(
TMMSelect_TypeDef
TMMx
,
uint8_t
TMM_FLAG
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment