MTB CAT1 Peripheral driver library
cy_stc_dpll_lp_config_t Struct Reference

Description

Structure containing information for configuration of a DPLL-LP.

Note
This structure is available only for CAT1D devices.

Data Fields

uint8_t feedbackDiv
 CONFIG register, FEEDBACK_DIV (P) bits.
 
uint8_t referenceDiv
 CONFIG register, REFERENCE_DIV (Q) bits.
 
uint8_t outputDiv
 CONFIG register, OUTPUT_DIV bits.
 
bool pllDcoMode
 CONFIG register, PLL_DCO_MODE bit.
 
cy_en_fll_pll_output_mode_t outputMode
 CONFIG register, BYPASS_SEL bits.
 
uint32_t fracDiv
 CONFIG2 register, FRAC_DIV bits, only for CAT1B(B2),CAT1D devices.
 
bool fracDitherEn
 CONFIG2 register, FRAC_DITHER_EN bit, only for CAT1B(B2),CAT1D devices.
 
bool fracEn
 CONFIG2 register, FRAC_EN bit, only for CAT1B(B2),CAT1D devices.
 
uint32_t sscgDepth
 CONFIG3 register, SSCG_DEPTH bits, only for CAT1B(B2),CAT1D devices.
 
uint8_t sscgRate
 CONFIG3 register, SSCG_RATE bits, only for CAT1B(B2),CAT1D devices.
 
bool sscgDitherEn
 CONFIG3 register, SSCG_DITHER_EN bit, only for CAT1B(B2),CAT1D devices.
 
bool sscgMode
 CONFIG3 register, SSCG_MODE bit, only for CAT1B(B2),CAT1D devices.
 
bool sscgEn
 CONFIG3 register, SSCG_EN bit, only for CAT1B(B2),CAT1D devices.
 
uint32_t dcoCode
 CONFIG4 register, DCO_CODE bits, only for CAT1B(B2), devices.
 
uint32_t accMode
 CONFIG4 register, ACC_MODE bits, only for CAT1B(B2), devices.
 
uint32_t tdcMode
 CONFIG4 register, TDC_MODE bits, only for CAT1B(B2), devices.
 
uint32_t pllTg
 CONFIG4 register, PLL_TG bits, only for CAT1B(B2), devices.
 
bool accCntLock
 CONFIG4 register, ACC_CNT_LOCK bits, only for CAT1B(B2), devices.
 
uint32_t kiInt
 CONFIG5 register, KI_INT bits, only for CAT1B(B2), devices.
 
uint32_t kpInt
 CONFIG5 register, KP_INT bits, only for CAT1B(B2), devices.
 
uint32_t kiAccInt
 CONFIG5 register, KI_ACC_INT bits, only for CAT1B(B2), devices.
 
uint32_t kpAccInt
 CONFIG5 register, KP_ACC_INT bits, only for CAT1B(B2), devices.
 
uint32_t kiFrac
 CONFIG6 register, KI_FRACT bits, only for CAT1B(B2), devices.
 
uint32_t kpFrac
 CONFIG6 register, KP_FRACT bits, only for CAT1B(B2), devices.
 
uint32_t kiAccFrac
 CONFIG6 register, KI_ACC_FRACT bits, only for CAT1B(B2), devices.
 
uint32_t kpAccFrac
 CONFIG7 register, KP_ACC_FRACT bits, only for CAT1B(B2), devices.
 
uint32_t kiSscg
 CONFIG7 register, KI_SSCG bits, only for CAT1B(B2), devices.
 
uint32_t kpSscg
 CONFIG7 register, KP_SSCG bits, only for CAT1B(B2), devices.
 
uint32_t kiAccSscg
 CONFIG7 register, KI_ACC_SSCG bits, only for CAT1B(B2), devices.
 
uint32_t kpAccSscg
 CONFIG7 register, KP_ACC_SSCG bits, only for CAT1B(B2), devices.