Functions | |
void | Cy_SysClk_CsvInit (cy_stc_sysclk_csv_config_t *config) |
Initializes the clock supervision parameters. More... | |
__STATIC_INLINE void | Cy_SysClk_CsvEnable (void) |
Enables the Clock Supervision block. More... | |
__STATIC_INLINE bool | Cy_SysClk_CsvIsEnabled (void) |
Checks the Clock Supervision block enable/disable state. More... | |
__STATIC_INLINE void | Cy_SysClk_CsvDisable (void) |
Disables clock supervision. More... | |
void Cy_SysClk_CsvInit | ( | cy_stc_sysclk_csv_config_t * | config | ) |
Initializes the clock supervision parameters.
This API is available on devices with the CSV Feature (i.e. PSOC 4500S and 4100S Max). Refer to the Device Datasheet to check the CSV feature support.
config | A pointer to the structure of type cy_stc_sysclk_csv_config_t |
__STATIC_INLINE void Cy_SysClk_CsvEnable | ( | void | ) |
Enables the Clock Supervision block.
This API is available on devices with the CSV Feature (i.e. PSOC 4500S and 4100S Max). Refer to the Device Datasheet to check the CSV feature support.
__STATIC_INLINE bool Cy_SysClk_CsvIsEnabled | ( | void | ) |
Checks the Clock Supervision block enable/disable state.
This API is available on devices with the CSV Feature (i.e. PSOC 4500S and 4100S Max). Refer to the Device Datasheet to check the CSV feature support.
__STATIC_INLINE void Cy_SysClk_CsvDisable | ( | void | ) |
Disables clock supervision.
This API is available on devices with the CSV Feature (i.e. PSOC 4500S and 4100S Max). Refer to the Device Datasheet to check the CSV feature support.