From 65062d0d5b21f838aa0043a15ce54cfab8d72c43 Mon Sep 17 00:00:00 2001
From: wujiazhi <1147861305@qq.com>
Date: Tue, 11 Jun 2024 14:23:53 +0800
Subject: [PATCH] 1.Fixed communication failure between MCU and wireless module 2.Fix the wrong judgment of alkaline lithium power

---
 Drivers/fm33a0xxev_gpio.c |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/Drivers/fm33a0xxev_gpio.c b/Drivers/fm33a0xxev_gpio.c
index be6b643..2a98640 100644
--- a/Drivers/fm33a0xxev_gpio.c
+++ b/Drivers/fm33a0xxev_gpio.c
@@ -485,7 +485,7 @@
 
 /********************************
 ���� WKUP����ѡ����
-���ܣWWKUP����ѡ��
+����?WWKUP����ѡ��
 ���룺WKUP GPIO_PIN����        
 SetValue��GPIO_PINWKEN_PINWKSEL_FALLING   ��Ӧ��WKUP����Ϊ�½��ػ��� 
 SetValue��GPIO_PINWKEN_PINWKSEL_RISING    ��Ӧ��WKUP����Ϊ�����ػ��� 
@@ -505,7 +505,7 @@
 
 /********************************
 ��ȡ WKUP����ѡ���� 
-���ܣWWKUP����ѡ��
+����?WWKUP����ѡ��
 ���룺WKUP GPIO_PIN���� 
 ���: ��
 ����ֵ�� GPIO_PINWKEN_PINWKSEL_FALLING   ��Ӧ��WKUP����Ϊ�½��ػ��� 
@@ -522,7 +522,7 @@
 
 /********************************
 WKUP�ж����ѡ����
-���ܣWWKUP�ж����ѡ��
+����?WWKUP�ж����ѡ��
 ���룺GPIO_PINWKEN_WKISEL_NMI: NMI�ж�      
       GPIO_PINWKEN_WKISEL_46��#46�ж�
 ���: ��
@@ -552,7 +552,7 @@
  ����˵����GPIO EXTI �ⲿ����ѡ��
  ���������GPIOx �˿� GPIO_Pinpin �˿������� 
  �����������
- ���ز����w��
+ ���ز���?w��
  *************************************************************************/
 void GPIO_EXTI_Select_Pin(GPIO_Type* GPIOx,uint32_t GPIO_Pin)
 {
@@ -657,7 +657,7 @@
  ����˵����GPIO EXTI_Select_Edge �ⲿ�жϱ���ѡ��
  ���������GPIOx �˿� ��GPIO_Pin �˿������� ,edge_select ������
  �����������
- ���ز����w��
+ ���ز���?w��
  *************************************************************************/
 void GPIO_EXTI_Select_Edge(GPIO_Type* GPIOx,uint32_t GPIO_Pin,GPIOExtiEdge edge_select)
 {
@@ -718,7 +718,7 @@
 			GPIO->EXTIEDS0 = tmpreg;
 			break;
 
-		case (uint32_t)GPIOE:
+		case (uint32_t)GPIOE:/*  */
 		case (uint32_t)GPIOF:
 			if(pin_num > 11) break;
 			if((pin_num <= 3))//
@@ -929,7 +929,7 @@
  ����˵����GPIO_EXTI_EXTIISR_ClrEx ����жϱ�־
  ���������GPIOx �˿� ��GPIO_Pin �˿������� 
  �����������
- ���ز����w��
+ ���ز���?w��
  *************************************************************************/
 void GPIO_EXTI_EXTIISR_ClrEx(GPIO_Type* GPIOx,uint32_t GPIO_Pin)
 {
@@ -1018,7 +1018,7 @@
  ����˵����GPIO_EXTI_EXTIISR_ChkEx ��ȡ�жϱ�־״̬
  ���������GPIOx �˿� ��GPIO_Pin �˿������� 
  �����������
- ���ز����wFlagStatus �жϱ�־״̬
+ ���ز���?wFlagStatus �жϱ�־״̬
  *************************************************************************/
 FlagStatus GPIO_EXTI_EXTIISR_ChkEx(GPIO_Type* GPIOx,uint32_t GPIO_Pin)
 {
@@ -1156,7 +1156,7 @@
  ����˵����GPIO_EXTI_Init �ⲿ�жϳ�ʼ��
  ���������port �˿� ��pin �˿������� ,edge ������
  �����������
- ���ز����w��
+ ���ز���?w��
  *************************************************************************/
 void GPIO_EXTI_Init(GPIO_Type* GPIOx, uint32_t GPIO_Pin, GPIOExtiEdge edge_select, FunState DFState)
 {
@@ -1174,7 +1174,7 @@
  ����˵����GPIO_EXTI_Close �ⲿ�жϹر�
  ���������port �˿� ��pin �˿������� 
  �����������
- ���ز����w��
+ ���ز���?w��
  *************************************************************************/
 void GPIO_EXTI_Close(GPIO_Type* GPIOx,uint32_t GPIO_Pin)
 {

--
Gitblit v1.9.3