Enumerations | |
enum | en_clk_dst_t |
The enumerated type that represents a particular peripheral, used when assigning a peripheral to a peripheral clock divider. These values are device-specific. Refer to a device-specific header file, e.g. <PDL_DIR>/devices/include/psoc6_01_config.h for the specific enumerations for each peripheral for that device. | |
enum | cy_en_divider_types_t { CY_SYSCLK_DIV_8_BIT = 0U, CY_SYSCLK_DIV_16_BIT = 1U, CY_SYSCLK_DIV_16_5_BIT = 2U, CY_SYSCLK_DIV_24_5_BIT = 3U } |
Programmable clock divider types. More... | |