DHT11

Committer:
jhon309
Date:
Thu Aug 13 00:21:57 2015 +0000
Revision:
0:c52df770855b
DHT11

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jhon309 0:c52df770855b 1 /**
jhon309 0:c52df770855b 2 ******************************************************************************
jhon309 0:c52df770855b 3 * @file stm32f0xx_hal_pcd_ex.h
jhon309 0:c52df770855b 4 * @author MCD Application Team
jhon309 0:c52df770855b 5 * @version V1.2.0
jhon309 0:c52df770855b 6 * @date 11-December-2014
jhon309 0:c52df770855b 7 * @brief Header file of PCD HAL Extension module.
jhon309 0:c52df770855b 8 ******************************************************************************
jhon309 0:c52df770855b 9 * @attention
jhon309 0:c52df770855b 10 *
jhon309 0:c52df770855b 11 * <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
jhon309 0:c52df770855b 12 *
jhon309 0:c52df770855b 13 * Redistribution and use in source and binary forms, with or without modification,
jhon309 0:c52df770855b 14 * are permitted provided that the following conditions are met:
jhon309 0:c52df770855b 15 * 1. Redistributions of source code must retain the above copyright notice,
jhon309 0:c52df770855b 16 * this list of conditions and the following disclaimer.
jhon309 0:c52df770855b 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
jhon309 0:c52df770855b 18 * this list of conditions and the following disclaimer in the documentation
jhon309 0:c52df770855b 19 * and/or other materials provided with the distribution.
jhon309 0:c52df770855b 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
jhon309 0:c52df770855b 21 * may be used to endorse or promote products derived from this software
jhon309 0:c52df770855b 22 * without specific prior written permission.
jhon309 0:c52df770855b 23 *
jhon309 0:c52df770855b 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
jhon309 0:c52df770855b 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
jhon309 0:c52df770855b 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
jhon309 0:c52df770855b 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
jhon309 0:c52df770855b 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
jhon309 0:c52df770855b 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
jhon309 0:c52df770855b 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
jhon309 0:c52df770855b 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
jhon309 0:c52df770855b 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
jhon309 0:c52df770855b 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
jhon309 0:c52df770855b 34 *
jhon309 0:c52df770855b 35 ******************************************************************************
jhon309 0:c52df770855b 36 */
jhon309 0:c52df770855b 37
jhon309 0:c52df770855b 38 /* Define to prevent recursive inclusion -------------------------------------*/
jhon309 0:c52df770855b 39 #ifndef __STM32L0xx_HAL_PCD_EX_H
jhon309 0:c52df770855b 40 #define __STM32L0xx_HAL_PCD_EX_H
jhon309 0:c52df770855b 41
jhon309 0:c52df770855b 42 #ifdef __cplusplus
jhon309 0:c52df770855b 43 extern "C" {
jhon309 0:c52df770855b 44 #endif
jhon309 0:c52df770855b 45
jhon309 0:c52df770855b 46 #if defined(STM32F042x6) || defined(STM32F048xx) || defined(STM32F072xB) || defined(STM32F078xx)|| defined(STM32F070xB)|| defined(STM32F070x6)
jhon309 0:c52df770855b 47
jhon309 0:c52df770855b 48 /* Includes ------------------------------------------------------------------*/
jhon309 0:c52df770855b 49 #include "stm32f0xx_hal_def.h"
jhon309 0:c52df770855b 50
jhon309 0:c52df770855b 51 /** @addtogroup STM32F0xx_HAL_Driver
jhon309 0:c52df770855b 52 * @{
jhon309 0:c52df770855b 53 */
jhon309 0:c52df770855b 54
jhon309 0:c52df770855b 55 /** @addtogroup PCDEx
jhon309 0:c52df770855b 56 * @{
jhon309 0:c52df770855b 57 */
jhon309 0:c52df770855b 58
jhon309 0:c52df770855b 59 /* Exported types ------------------------------------------------------------*/
jhon309 0:c52df770855b 60 /* Exported constants --------------------------------------------------------*/
jhon309 0:c52df770855b 61 /* Exported macros -----------------------------------------------------------*/
jhon309 0:c52df770855b 62 /* Internal macros -----------------------------------------------------------*/
jhon309 0:c52df770855b 63 /* Exported functions --------------------------------------------------------*/
jhon309 0:c52df770855b 64
jhon309 0:c52df770855b 65 /** @addtogroup PCDEx_Exported_Functions
jhon309 0:c52df770855b 66 * @{
jhon309 0:c52df770855b 67 */
jhon309 0:c52df770855b 68
jhon309 0:c52df770855b 69 /** @addtogroup PCDEx_Exported_Functions_Group2
jhon309 0:c52df770855b 70 * @{
jhon309 0:c52df770855b 71 */
jhon309 0:c52df770855b 72
jhon309 0:c52df770855b 73 HAL_StatusTypeDef HAL_PCDEx_PMAConfig(PCD_HandleTypeDef *hpcd,
jhon309 0:c52df770855b 74 uint16_t ep_addr,
jhon309 0:c52df770855b 75 uint16_t ep_kind,
jhon309 0:c52df770855b 76 uint32_t pmaadress);
jhon309 0:c52df770855b 77 /**
jhon309 0:c52df770855b 78 * @}
jhon309 0:c52df770855b 79 */
jhon309 0:c52df770855b 80
jhon309 0:c52df770855b 81 /**
jhon309 0:c52df770855b 82 * @}
jhon309 0:c52df770855b 83 */
jhon309 0:c52df770855b 84
jhon309 0:c52df770855b 85 /**
jhon309 0:c52df770855b 86 * @}
jhon309 0:c52df770855b 87 */
jhon309 0:c52df770855b 88
jhon309 0:c52df770855b 89 /**
jhon309 0:c52df770855b 90 * @}
jhon309 0:c52df770855b 91 */
jhon309 0:c52df770855b 92
jhon309 0:c52df770855b 93 #endif /* STM32F042x6 || STM32F072xB || STM32F078xx || STM32F070xB || STM32F070x6*/
jhon309 0:c52df770855b 94
jhon309 0:c52df770855b 95 #ifdef __cplusplus
jhon309 0:c52df770855b 96 }
jhon309 0:c52df770855b 97 #endif
jhon309 0:c52df770855b 98
jhon309 0:c52df770855b 99
jhon309 0:c52df770855b 100 #endif /* __STM32F0xx_HAL_PCD_EX_H */
jhon309 0:c52df770855b 101
jhon309 0:c52df770855b 102 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
jhon309 0:c52df770855b 103