64 for (i = 0U; i < config->
count; i++) {
72 clkGate = (peripheral_clock_config->
clkGate ==
true) ? 1UL : 0UL;
PCC peripheral instance clock configuration. Implements peripheral_clock_config_t_Class.
#define PCC_PCCn_CGC_MASK
peripheral_clock_source_t clkSrc
peripheral_clock_config_t * peripheralClocks
#define PCC_CLOCK_NAME_MAPPINGS
PCC clock name mappings Mappings between clock names and peripheral clock control indexes...
peripheral_clock_divider_t divider
const uint16_t clockNameMappings[]
Clock name mappings Constant array storing the mappings between clock names and peripheral clock cont...
peripheral_clock_frac_t frac
void PCC_HAL_SetPeripheralClockConfig(PCC_Type *const base, const pcc_config_t *const config)
Set the peripheral clock configuration.
__IO uint32_t PCCn[PCC_PCCn_COUNT]
PCC configuration. Implements pcc_config_t_Class.