7aeffa6b70
feat: 1. updated uvw duty cycle every 41.6us (24KHz) 2. EPWM->CCMRn_OUTPUT_b.OCnPE=1
52 lines
1.7 KiB
C
52 lines
1.7 KiB
C
/**
|
|
* Copyright (c) 2026 Wisetop. All Rights Reserved.
|
|
*/
|
|
/** @file main.h
|
|
*
|
|
* @author Roy Luo
|
|
* @version 0.1
|
|
* @date 2026/03/20
|
|
* @license
|
|
* @description
|
|
*/
|
|
|
|
#ifndef __main_H_wxBnwdPw_lq7D_H4I5_sHPp_uXof15pFLp4V__
|
|
#define __main_H_wxBnwdPw_lq7D_H4I5_sHPp_uXof15pFLp4V__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
#include "hal_device.h"
|
|
#include "syslog.h"
|
|
//=============================================================================
|
|
// Constant Definition
|
|
//=============================================================================
|
|
|
|
//=============================================================================
|
|
// Macro Definition
|
|
//=============================================================================
|
|
|
|
//=============================================================================
|
|
// Structure Definition
|
|
//=============================================================================
|
|
|
|
//=============================================================================
|
|
// Global Data Definition
|
|
//=============================================================================
|
|
|
|
//=============================================================================
|
|
// Private Function Definition
|
|
//=============================================================================
|
|
|
|
//=============================================================================
|
|
// Public Function Definition
|
|
//=============================================================================
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|