S32 SDK
peripheral_clock_config_t Struct Reference

PCC peripheral instance clock configuration. Implements peripheral_clock_config_t_Class. More...

#include <pcc_hal.h>

Data Fields

clock_names_t clockName
 
bool clkGate
 
peripheral_clock_source_t clkSrc
 
peripheral_clock_frac_t frac
 
peripheral_clock_divider_t divider
 

Detailed Description

PCC peripheral instance clock configuration. Implements peripheral_clock_config_t_Class.

Definition at line 157 of file pcc_hal.h.

Field Documentation

bool clkGate

Peripheral clock gate.

Definition at line 167 of file pcc_hal.h.

Peripheral clock source.

Definition at line 168 of file pcc_hal.h.

clock_names_t clockName

Definition at line 166 of file pcc_hal.h.

Peripheral clock divider value.

Definition at line 170 of file pcc_hal.h.

Peripheral clock fractional value.

Definition at line 169 of file pcc_hal.h.


The documentation for this struct was generated from the following file: