Ignore:
Timestamp:
Jun 12, 2023, 12:09:16 PM (19 months ago)
Author:
f.jahn
Message:

IWDG HAL library version is changed to 1.4.1 for better compatibility.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ecs_cellMon/firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_iwdg.h

    r9 r10  
    77  * @attention
    88  *
    9   * Copyright (c) 2018 STMicroelectronics.
    10   * All rights reserved.
     9  * <h2><center>&copy; Copyright (c) 2018 STMicroelectronics.
     10  * All rights reserved.</center></h2>
    1111  *
    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
    1516  *
    1617  ******************************************************************************
     
    8788#define IWDG_PRESCALER_128              (IWDG_PR_PR_2 | IWDG_PR_PR_0)                   /*!< IWDG prescaler set to 128 */
    8889#define IWDG_PRESCALER_256              (IWDG_PR_PR_2 | IWDG_PR_PR_1)                   /*!< IWDG prescaler set to 256 */
     90
    8991/**
    9092  * @}
     
    98100  * @}
    99101  */
     102
    100103
    101104/**
     
    136139  */
    137140/* Initialization/Start functions  ********************************************/
    138 HAL_StatusTypeDef     HAL_IWDG_Init(IWDG_HandleTypeDef *hiwdg);
     141HAL_StatusTypeDef HAL_IWDG_Init(IWDG_HandleTypeDef *hiwdg);
    139142/**
    140143  * @}
     
    145148  */
    146149/* I/O operation functions ****************************************************/
    147 HAL_StatusTypeDef     HAL_IWDG_Refresh(IWDG_HandleTypeDef *hiwdg);
     150HAL_StatusTypeDef HAL_IWDG_Refresh(IWDG_HandleTypeDef *hiwdg);
    148151/**
    149152  * @}
     
    236239
    237240#endif /* STM32G0xx_HAL_IWDG_H */
     241
     242/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
Note: See TracChangeset for help on using the changeset viewer.