PSOC E8XXGP Device Support Library

General Description

Data Structures

struct  cy_stc_clkhf_csv_manual_config_t
 This structure is used to manually configure the clock supervisor for clkHf. More...
 
struct  cy_stc_clkhf_csv_hf_config_t
 This structure is used to select the HF clock and reference clock for csv configuration. More...
 

Data Structure Documentation

◆ cy_stc_clkhf_csv_manual_config_t

struct cy_stc_clkhf_csv_manual_config_t
Data Fields
uint32_t startTime Startup delay time, after enable or DeepSleep wakeup, from reference clock start to monitored clock start.
uint32_t lowerLimit Lower limit in reference clock cycles, before the next monitored clock event is allowed to happen.
uint32_t upperLimit Upper limit in reference clock cycles, before (or same time) the next monitored clock event must happen.
uint32_t period Period in monitored clock cycles, before the next monitored clock event happens.


◆ cy_stc_clkhf_csv_hf_config_t

struct cy_stc_clkhf_csv_hf_config_t
Data Fields
uint32_t clkHf Configure CSV for the selected CLKHF.
cy_en_clkhf_csv_ref_clk_t refClk Reference clock.