Kamcho Library 02.00.03
lib.kamcho.02.00.03.287
|
A structure to represent a PWM device. More...
#include <pwm_device.h>
Data Fields | |
void(* | SetPeriod )(uint32_t percent) |
void(* | SetWidth )(uint32_t percent) |
void(* | SetPreScaler )(uint8_t prescaler) |
void(* | InvertOn )(void) |
void(* | Enable )(void) |
void(* | InvertOff )(void) |
void(* | Disable )(void) |
char * | Name |
A structure to represent a PWM device.
void(* Disable) (void) |
void(* Enable) (void) |
void(* InvertOff) (void) |
void(* InvertOn) (void) |
char* Name |
void(* SetPeriod) (uint32_t percent) |
void(* SetPreScaler) (uint8_t prescaler) |
void(* SetWidth) (uint32_t percent) |