52#include "../sources_common/Totempole_Application_Setup.h"
55#ifndef _DRV_PWRCTRL_APP_TPBLPFC_H
56#define _DRV_PWRCTRL_APP_TPBLPFC_H
61#define DCMAX (19200<<1)
63#define FLOAT_TO_FRACT(val) (val < 0.0) ? (32768 * (val) - 0.5) : (32767 * (val) + 0.5)
65#define MIN_GAIN_FACTOR (uint16_t)(FLOAT_TO_FRACT(0.1))
66#define MAX_GAIN_FACTOR (uint16_t)(FLOAT_TO_FRACT(0.8))
void Application_handler_PH2(void)
void Application_handler_PH1(void)