1 /* Copyright 2024 Cypress Semiconductor Corporation (an Infineon company) or
2 * an affiliate of Cypress Semiconductor Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7 /**
8 * Divider Type
9 */
10 #define CY_SYSCLK_DIV_8_BIT 0
11 #define CY_SYSCLK_DIV_16_BIT 1
12