File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
board/iotdk/drivers/ip/designware/pwm_timer Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 2727 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828 *
2929--------------------------------------------- */
30-
31- /**
32- * \defgroup BOARD_EMSK_DRV_DW_PWM_TIMER_OBJ EMSK DW PWM_TIMER Object
33- * \ingroup BOARD_IOTDK_DRIVER
34- * \brief EMSK Designware UART Objects
35- * \details
36- * Realize the EMSK board uart object using Designware uart device driver,
37- * only need to realize some Designware uart structures combine with EMSK uart
38- * hardware resource. just like cpp class instantiation.
39- */
40-
41- /**
42- * \file
43- * \ingroup BOARD_EMSK_DRV_DW_UART_OBJ
44- * \brief designware uart object instantiation on emsk
45- */
46-
47-
48-
4930#include "embARC_toolchain.h"
5031#include "embARC_error.h"
5132
5233#include "iotdk_hardware.h"
5334#include "dw_pwm_timer_obj.h"
5435
55- /**
56- * \DW_PWM_TIMER_0 BOARD_EMSK_DRV_DW_UART_OBJ
57- * @{
58- */
5936
60- /**
61- * EMSK DesignWare PWM_TIMER Group 0 Object Instantiation
62- */
6337#if (USE_DW_PWM_TIMER_0 )
6438#define PWM_TIMER_0_CH_0_INTNO 98 /*!< designware pwm_timer group 0 channel 0 interrupt number */
6539static DEV_PWM_TIMER dw_pwm_timer_0 ; /*!< designware pwm_timer object */
@@ -137,7 +111,6 @@ static void dw_pwm_timer_0_install(void)
137111 dw_pwm_timer_ptr -> pwm_timer_read = NULL ;
138112}
139113#endif /* USE_DW_PWM_TIMER_0 */
140- /** @} end of DW_PWM_TIMER_0 */
141114
142115/**
143116 * \brief install all pwm_timer objects
You can’t perform that action at this time.
0 commit comments