Public functions of the DSP PRAL driver. More...
 Collaboration diagram for Public Functions:Functions | |
| volatile uint16_t | Dsp_SetConfig (volatile struct DSP_CONFIG_s dsp_cfg) | 
| Initializes the DSP engine in accordance to user settings.  More... | |
| volatile struct DSP_CONFIG_s | Dsp_GetConfig (void) | 
| Reads the DSP engine configuration.  More... | |
Public functions of the DSP PRAL driver.
This is the detailed description of public functions of the DSP PRAL driver
| struct DSP_CONFIG_s Dsp_GetConfig | ( | void | ) | 
Reads the DSP engine configuration.
This routine writes a DSP user-configuration into the core configuration register and verifies the data has been written correctly.
Definition at line 53 of file p33c_dsp.c.
| uint16_t Dsp_SetConfig | ( | volatile struct DSP_CONFIG_s | dsp_cfg | ) | 
Initializes the DSP engine in accordance to user settings.
| dsp_cfg | DSP configuration SFR object of type struct DSP_CONFIG_s | 
This routine writes a DSP user-configuration into the core configuration register and verifies the data has been written correctly.
Definition at line 53 of file p33c_dsp.c.