RTEMS 6.1-rc1
Data Fields
_pmu_well_bias_option Union Reference

The union of well bias basic options, such as clock source, power source and so on. More...

#include <fsl_pmu.h>

Data Fields

uint16_t wellBiasData
 
struct {
   uint16_t   enablePWellOnly: 1U
 
   uint16_t   reserved1: 1U
 
   uint16_t   biasAreaSize: 3U
 
   uint16_t   disableAdaptiveFreq: 1U
 
   uint16_t   wellBiasFreq: 3U
 
   uint16_t   clkSource: 1U
 
   uint16_t   freqReduction: 2U
 
   uint16_t   enablePowerDownOption: 1U
 
   uint16_t   reserved2: 1U
 
   uint16_t   powerSource: 1U
 
   uint16_t   reserved3: 1U
 
wellBiasStruct
 

Detailed Description

The union of well bias basic options, such as clock source, power source and so on.

Field Documentation

◆ biasAreaSize

uint16_t _pmu_well_bias_option::biasAreaSize

Select size of bias area, please refer to pmu_bias_area_size_t

◆ clkSource

uint16_t _pmu_well_bias_option::clkSource

Config the adaptive clock source, please pmu_adaptive_clock_source_t.

◆ disableAdaptiveFreq

uint16_t _pmu_well_bias_option::disableAdaptiveFreq

Enable/Disable adaptive frequency.

  • 1b0 Frequency change after each half cycle minimum frequency determined by typical frequency.
  • 1b1 Adaptive frequency disabled. Frequency determined by typical frequency.

◆ enablePowerDownOption

uint16_t _pmu_well_bias_option::enablePowerDownOption

Enable/Disable pull down option.

  • false Pull down option is disabled.
  • true Pull down option is enabled.

◆ enablePWellOnly

uint16_t _pmu_well_bias_option::enablePWellOnly

Turn on both PWELL and NWELL, or only trun on PWELL.

  • 1b0 PWELL and NEWLL are both turned on.
  • 1b1 PWELL is turned on only.

◆ freqReduction

uint16_t _pmu_well_bias_option::freqReduction

Config the percent of frequency reduction due to cap increment, please refer to pmu_freq_reduction_t.

◆ powerSource

uint16_t _pmu_well_bias_option::powerSource

Set power source, please refer to pmu_well_bias_power_source_t.

◆ reserved1

uint16_t _pmu_well_bias_option::reserved1

Reserved.

◆ reserved2

uint16_t _pmu_well_bias_option::reserved2

Reserved.

◆ reserved3

uint16_t _pmu_well_bias_option::reserved3

Reserved.

◆ wellBiasData

uint16_t _pmu_well_bias_option::wellBiasData

well bias configuration data.

◆ wellBiasFreq

uint16_t _pmu_well_bias_option::wellBiasFreq

Set well bias typical frequency, please refer to pmu_well_bias_typical_freq_t.


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