/**
 *******************************************************************************
 * @file        hal_timer2_version.txt
 * @author      ABOV R&D Division
 * @brief       specific version for Timer2
 *
 * Copyright 2022 ABOV Semiconductor Co.,Ltd. All rights reserved.
 *
 * This file is licensed under terms that are found in the LICENSE file
 * located at Document directory.
 * If this file is delivered or shared without applicable license terms,
 * the terms of the BSD-3-Clause license shall be applied.
 * Reference: https://opensource.org/licenses/BSD-3-Clause
 ******************************************************************************/

/**
 * @addtogroup  HAL HAL (Hardware Abstraction Layer)
 * @{
 * @defgroup    HAL_TIMER2 TIMER2
 * @{
 * - The source clock prescaled by the dedicated prescaler is fed to Timer2.
 * - Timer2 receives the prescaled source clock and produces 32bit counter.
 * - Timer2 has four operation modes below.
 *  -# Periodic mode
 *  -# Pulse Width Modulation(PWM) mode
 *  -# One-shot mode
 *  -# Capture mode
 * 
 * <B> [ Timer2 version per ABOV 32bit chipset] </B>
 *
 * <table>
 * <tr> <td> <center><B> ABOV ARM Cortex-M 32bit </B></center>
 * <table>
 * <tr>
 *     <td> <center><B>A31xxxx series\n Cortex-M0+</B></center>\n
 * <table>
 * <tr>
 *     <th > <center>Type</center> 
 *     <th> <center>Version</center> 
 *     <th> <center>Chipset</center>
 * <tr><td> <center>F</center> <td> 01.00.00 <td> A31G21x, A31G31x, A31T21x
 * <tr><td> <center>F</center> <td> 01.00.01 <td> A31G22x
 * <tr><td> <center>F</center> <td> 01.00.02 <td> A31G32x
 * <tr><td> <center>F</center> <td> 01.00.03 <td> A31G11x, A31G12x, A31S13x, A31G34x
 * <tr><td> <center>F</center> <td> 01.00.04 <td> A31G33x
 * </table>
 * </table>
 * </table>
 *
 */

/** @} */
/** @} */
