PSOC E8XXGP Device Support Library

General Description

Enumerations

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...
 

Enumeration Type Documentation

◆ cy_en_divider_types_t

Programmable clock divider types.

Enumerator
CY_SYSCLK_DIV_8_BIT 

Divider Type is an 8 bit divider.

CY_SYSCLK_DIV_16_BIT 

Divider Type is a 16 bit divider.

CY_SYSCLK_DIV_16_5_BIT 

Divider Type is a 16.5 bit fractional divider.

CY_SYSCLK_DIV_24_5_BIT 

Divider Type is a 24.5 bit fractional divider.