Changeset 10 for ecs_cellMon/firmware/Drivers/STM32G0xx_HAL_Driver/Inc
- Timestamp:
- Jun 12, 2023, 12:09:16 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ecs_cellMon/firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_iwdg.h
r9 r10 7 7 * @attention 8 8 * 9 * Copyright (c) 2018 STMicroelectronics.10 * All rights reserved. 9 * <h2><center>© Copyright (c) 2018 STMicroelectronics. 10 * All rights reserved.</center></h2> 11 11 * 12 * This software is licensed under terms that can be found in the LICENSE file 13 * in the root directory of this software component. 14 * If no LICENSE file comes with this software, it is provided AS-IS. 12 * This software component is licensed by ST under BSD 3-Clause license, 13 * the "License"; You may not use this file except in compliance with the 14 * License. You may obtain a copy of the License at: 15 * opensource.org/licenses/BSD-3-Clause 15 16 * 16 17 ****************************************************************************** … … 87 88 #define IWDG_PRESCALER_128 (IWDG_PR_PR_2 | IWDG_PR_PR_0) /*!< IWDG prescaler set to 128 */ 88 89 #define IWDG_PRESCALER_256 (IWDG_PR_PR_2 | IWDG_PR_PR_1) /*!< IWDG prescaler set to 256 */ 90 89 91 /** 90 92 * @} … … 98 100 * @} 99 101 */ 102 100 103 101 104 /** … … 136 139 */ 137 140 /* Initialization/Start functions ********************************************/ 138 HAL_StatusTypeDef 141 HAL_StatusTypeDef HAL_IWDG_Init(IWDG_HandleTypeDef *hiwdg); 139 142 /** 140 143 * @} … … 145 148 */ 146 149 /* I/O operation functions ****************************************************/ 147 HAL_StatusTypeDef 150 HAL_StatusTypeDef HAL_IWDG_Refresh(IWDG_HandleTypeDef *hiwdg); 148 151 /** 149 152 * @} … … 236 239 237 240 #endif /* STM32G0xx_HAL_IWDG_H */ 241 242 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
Note: See TracChangeset
for help on using the changeset viewer.