Hardware Abstraction Layer (HAL)
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
mtb_hal_peri_div_t Struct Reference

Description

Clock Reference Structure in case of peri divider.

Data Fields

en_clk_dst_t clk_dst
 PDL uses the target IP to identify the peri group.
 
cy_en_divider_types_t div_type
 Clock divider type.
 
uint32_t div_num
 Clock divider number.
 

Field Documentation

◆ clk_dst

en_clk_dst_t mtb_hal_peri_div_t::clk_dst

PDL uses the target IP to identify the peri group.

◆ div_type

cy_en_divider_types_t mtb_hal_peri_div_t::div_type

Clock divider type.

◆ div_num

uint32_t mtb_hal_peri_div_t::div_num

Clock divider number.