Private properties of the SDAC PRAL driver. More...
Variables | |
volatile struct P33C_DAC_MODULE_s | dacModuleConfigClear |
Default RESET configuration of the DAC module base SFRs. More... | |
volatile struct P33C_DAC_MODULE_s | dacModuleDefault |
Default configuration of DAC module running from 500 MHz input clock. More... | |
volatile struct P33C_DAC_INSTANCE_s | dacConfigClear |
Default RESET configuration of one DAC instance channel SFRs. More... | |
Private properties of the SDAC PRAL driver.
This is the detailed description of privte variables, data types, enumerations, defines and macros of the DAC PRAL driver
dacConfigClear |
Default RESET configuration of one DAC instance channel SFRs.
dacConfigClear | DAC instance Special Function Register (SFR) set |
Default configuration of the DAC instance SFRs with all its registers being reset to their default state when the device comes out of RESET. Programmers can use this template to reset (dispose) a previously used DAC instance when it's not used anymore or to secure a known startup condition before writing individual configurations to its SFRs.
Definition at line 252 of file p33c_dac.c.
dacModuleConfigClear |
Default RESET configuration of the DAC module base SFRs.
Default configuration of the DAC module SFRs with all its registers being reset to their default state when the device comes out of RESET. Programmers can use this template to reset (dispose) a previously used DAC module when it's not used anymore or to ensure a known startup condition before writing individual configurations to its SFRs.
Definition at line 252 of file p33c_dac.c.
dacModuleDefault |
Default configuration of DAC module running from 500 MHz input clock.
Default configuration of the DAC module SFRs with all its registers being reset to their default state when the device comes out of RESET. The timing settings for settling time and transition mode time of the built-in Pulse-Density Modulator ramp generator are reset to their recommended default values when operated from a 500 MHz clock input. (Please read the device data sheet for details)
Programmers can use this template to reset a previously used DAC module when it's not used anymore or to ensure a known startup condition before writing individual configurations to its SFRs.
Definition at line 252 of file p33c_dac.c.