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
TY
TianYing_ty100
Commits
50b7357c
Commit
50b7357c
authored
Sep 21, 2024
by
陈家乐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:61427 仪表息屏前闪屏一下可以看到指示灯开窗
parent
26a255c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
PowerManag_user.c
Firmware/Source/Component/PowerManagement/PowerManag_user.c
+13
-0
No files found.
Firmware/Source/Component/PowerManagement/PowerManag_user.c
View file @
50b7357c
...
...
@@ -279,6 +279,19 @@ static Power_Status_em Power_Stay_Protect(void)
static
uint8_t
LEDDriverCheckCount
=
0U
;
/* 关闭所有外设,坪保留AD采集,电溝状思切�? */
{
for
(
LED
=
0u
;
LED
<
LampCh0_MAX
;
LED
++
)
{
LED_Driver_Channel_Set
(
0u
,
LED
,
0u
);
}
for
(
i
=
0
;
i
<
LED_Max
;
i
++
)
{
Telltales_DiagCtrl
(
i
,
0x00u
);
}
LED_Driver_Scan_Refresh
(
);
LED_Driver_Service_Immediate
();
BU98R10_Shutdown
(
);
TimerM_PWM_set_duty
(
TIMERM_COUNTER1
,
TIMERM_CHB
,
0
);
CAN_TX_SetEnable
(
&
CAN_CH0_CanMsgTxOp
,
CAN_N_TX_Disable
);
...
...
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