Bar Logo 4kW dsPIC33C PSFB DC-DC DA (Part-No. )
 
Content
     
Loading...
Searching...
No Matches

This is the generated driver source file for PWM driver. More...

#include "../pwm.h"
+ Include dependency graph for pwm.c:

Go to the source code of this file.

Functions

void PWM_Initialize (void)
 Initializes PWM module, using the given initialization data.
 
void PWM_Deinitialize (void)
 Deinitializes the PWM to POR values.
 
void PWM_GeneratorEOCEventCallbackRegister (void(*callback)(enum PWM_GENERATOR genNum))
 This function can be used to override default callback PWM_GeneratorEOCEventCallback and to define custom callback for PWM EOCEvent event.
 
void __attribute__ ((weak))
 
void PWM_GeneratorTasks (enum PWM_GENERATOR intGen)
 This is a tasks function for PWM1.
 

Variables

static void(* PWM_GeneratorEOCEventHandler )(enum PWM_GENERATOR genNum) = NULL
 
const struct PWM_HS_INTERFACE PWM_HS
 Structure object of type PWM_HS_INTERFACE with the custom name given by the user in the Melody Driver User interface. The default name e.g. PWM_HS can be changed by the user in the PWM user interface. This allows defining a structure with application specific name using the 'Custom Name' field. Application specific name allows the API Portability.
 

Detailed Description

PWM Generated Driver Source File

Definition in file pwm.c.

Function Documentation

◆ __attribute__()

void __attribute__ ( (weak) )

Definition at line 519 of file pwm.c.

Variable Documentation

◆ PWM_GeneratorEOCEventHandler

void(* PWM_GeneratorEOCEventHandler) (enum PWM_GENERATOR genNum) ( enum PWM_GENERATOR genNum) = NULL
static

Definition at line 45 of file pwm.c.