• 大小: 294KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-11
  • 语言: 其他
  • 标签: stm8  rs485  

资源简介

使用st官方的库函数编写的关于485通信的程序 可以进行收发

资源截图

代码片段和文件信息

/**
  ******************************************************************************
  * @file    stm8s_adc1.c
  * @author  MCD Application Team
  * @version V2.1.0
  * @date    18-November-2011
  * @brief   This file contains all the functions/macros for the ADC1 peripheral.
  ******************************************************************************
  * @attention
  *
  * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
  * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE
  * TIME. AS A RESULT STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY
  * DIRECT INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING
  * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE
  * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
  *
  * 

© COPYRIGHT 2011 STMicroelectronics


  ******************************************************************************
  */

/* Includes ------------------------------------------------------------------*/
#include “stm8s_adc1.h“

/** @addtogroup STM8S_StdPeriph_Driver
  * @{
  */
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
/* Private function prototypes -----------------------------------------------*/
/* Private functions ---------------------------------------------------------*/

/* Public functions ----------------------------------------------------------*/

/**
  * @addtogroup ADC1_Public_Functions
  * @{
  */

/**
  * @brief  Deinitializes the ADC1 peripheral registers to their default reset
  * values.
  * @param  None
  * @retval None
  */
void ADC1_DeInit(void)
{
    ADC1->CSR  = ADC1_CSR_RESET_VALUE;
    ADC1->CR1  = ADC1_CR1_RESET_VALUE;
    ADC1->CR2  = ADC1_CR2_RESET_VALUE;
    ADC1->CR3  = ADC1_CR3_RESET_VALUE;
    ADC1->TDRH = ADC1_TDRH_RESET_VALUE;
    ADC1->TDRL = ADC1_TDRL_RESET_VALUE;
    ADC1->HTRH = ADC1_HTRH_RESET_VALUE;
    ADC1->HTRL = ADC1_HTRL_RESET_VALUE;
    ADC1->LTRH = ADC1_LTRH_RESET_VALUE;
    ADC1->LTRL = ADC1_LTRL_RESET_VALUE;
    ADC1->AWCRH = ADC1_AWCRH_RESET_VALUE;
    ADC1->AWCRL = ADC1_AWCRL_RESET_VALUE;
}


/**
  * @brief  Initializes the ADC1 peripheral according to the specified parameters
  * @param   ADC1_ConversionMode: specifies the conversion mode
  * can be one of the values of @ref ADC1_ConvMode_TypeDef.
  * @param   ADC1_Channel: specifies the channel to convert
  * can be one of the values of @ref ADC1_Channel_TypeDef.
  * @param   ADC1_PrescalerSelection: specifies the ADC1 prescaler
  * can be one of the values of @ref ADC1_PresSel_TypeDef.
  * @param   ADC1_ExtTrigger: specifies th

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2006-01-02 02:02  26-Uart3(RS485)\
     目录           0  2006-01-02 02:02  26-Uart3(RS485)\FWlib\
     目录           0  2006-01-02 02:02  26-Uart3(RS485)\FWlib\inc\
     文件      115797  2012-12-14 23:11  26-Uart3(RS485)\FWlib\inc\stm8s.h
     文件       15026  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_adc1.h
     文件       11473  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_adc2.h
     文件        4926  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_awu.h
     文件        3495  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_beep.h
     文件       25587  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_can.h
     文件       16968  2012-10-21 22:51  26-Uart3(RS485)\FWlib\inc\stm8s_clk.h
     文件        4625  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_exti.h
     文件       13814  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_flash.h
     文件        6270  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_gpio.h
     文件       27725  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_i2c.h
     文件        6766  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_itc.h
     文件        4307  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_iwdg.h
     文件        2834  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_rst.h
     文件       13062  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_spi.h
     文件       26735  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_tim1.h
     文件       14088  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_tim2.h
     文件       12917  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_tim3.h
     文件        5299  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_tim4.h
     文件       19890  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_tim5.h
     文件        9524  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_tim6.h
     文件       16529  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_uart1.h
     文件       19058  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_uart2.h
     文件       15311  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_uart3.h
     文件        2478  2012-10-12 23:39  26-Uart3(RS485)\FWlib\inc\stm8s_wwdg.h
     目录           0  2006-01-02 02:02  26-Uart3(RS485)\FWlib\src\
     文件       23519  2012-10-12 23:39  26-Uart3(RS485)\FWlib\src\stm8s_adc1.c
     文件       13702  2012-10-12 23:39  26-Uart3(RS485)\FWlib\src\stm8s_adc2.c
............此处省略59个文件信息

评论

共有 条评论