BeRTOS
|
Phase partialization driver with TRIACs. More...
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. |
Phase partialization driver with TRIACs.
Definition in file phase.h.