This is the driver source file for the power controller misc app. More...
#include <xc.h>#include <stdint.h>#include "../../../mcc_generated_files/system/pins.h"#include "drv_controller_TPBLPFC.h"#include "../../devices/dev_TPBLPFC_typedef.h"#include "PFC_frameworkSetup.h"#include "../../misc/MCC_add_on.h"
Include dependency graph for drv_pwrctrl_app_misc_TPBLPFC.c:Go to the source code of this file.
Macros | |
| #define | SOFT_START_RAMP_SPEED 4 |
| #define | STEP_DELAY 30 |
Functions | |
| void | Drv_PwrCtrl_TPBLPFC_Init (void) |
| void | Drv_PwrCtrl_TPBLPFC_Stop (void) |
| PWR_CTRL_STATE_e | Softstart_reference (void) |
Power Controller Typedef File
Definition in file drv_pwrctrl_app_misc_TPBLPFC.c.
| #define SOFT_START_RAMP_SPEED 4 |
Definition at line 130 of file drv_pwrctrl_app_misc_TPBLPFC.c.
| #define STEP_DELAY 30 |
Definition at line 131 of file drv_pwrctrl_app_misc_TPBLPFC.c.
| void Drv_PwrCtrl_TPBLPFC_Init | ( | void | ) |
Definition at line 52 of file drv_pwrctrl_app_misc_TPBLPFC.c.
Here is the call graph for this function:| void Drv_PwrCtrl_TPBLPFC_Stop | ( | void | ) |
Definition at line 92 of file drv_pwrctrl_app_misc_TPBLPFC.c.
Here is the call graph for this function:
Here is the caller graph for this function:| PWR_CTRL_STATE_e Softstart_reference | ( | void | ) |
@Company Microchip Technology Inc.
@File Name drv_pwrctrl_app_misc_TPBLPFC.h
@Summary This is the generated driver implementation file using PIC24 / dsPIC33 / PIC32MM MCUs
@Description This source file provides all the function for the power controller to control and drive the power stage(s). Generation Information : Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.167.0 Device : dsPIC33CH512MP506S1
The generated drivers are tested against the following: Compiler : XC16 v1.70 MPLAB : MPLAB X v6.00
Definition at line 133 of file drv_pwrctrl_app_misc_TPBLPFC.c.