phase.h File Reference
Phase control driver (interface). More...
#include <drv/timer.h>
#include <phase_map.h>
#include <cfg/debug.h>
Go to the source code of this file.
Typedefs | |
Types for duty and power. | |
| typedef uint16_t | triac_duty_t |
| typedef uint16_t | triac_power_t |
Functions | |
| void | phase_setDutyUnlock (TriacDev dev, triac_duty_t duty) |
| Set duty of the triac channel dev (NOT INTERRUPT SAFE). | |
| void | phase_setDuty (TriacDev dev, triac_duty_t duty) |
| Set duty of the triac channel dev (interrupt safe). | |
| void | phase_setPower (TriacDev dev, triac_power_t power) |
| Set power of the triac channel dev (interrupt safe). | |
| void | phase_init (void) |
| Initialize phase control driver. | |
Detailed Description
Phase control driver (interface).
- Version:
- Id
- phase.h 840 2007-10-08 17:21:31Z marco
- Version:
- Id
- phase.h 840 2007-10-08 17:21:31Z marco
Definition in file phase.h.
Function Documentation
| void phase_setPower | ( | TriacDev | dev, | |
| triac_power_t | power | |||
| ) |
