mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-07-14 15:25:39 +00:00
initial commit
This commit is contained in:
commit
60a7afcc83
2528 changed files with 1001987 additions and 0 deletions
34
component/soc/realtek/8711b/fwlib/ram_lib/rtl8710b_intfcfg.c
Normal file
34
component/soc/realtek/8711b/fwlib/ram_lib/rtl8710b_intfcfg.c
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
/**
|
||||
******************************************************************************
|
||||
* @file rtl8710b_intfcfg.c
|
||||
* @author
|
||||
* @version V1.0.0
|
||||
* @date 2016-05-17
|
||||
* @brief This file provides firmware functions to manage the following
|
||||
* functionalities:
|
||||
* - uart mbed function config
|
||||
******************************************************************************
|
||||
* @attention
|
||||
*
|
||||
* This module is a confidential and proprietary property of RealTek and
|
||||
* possession or use of this module requires written permission of RealTek.
|
||||
*
|
||||
* Copyright(c) 2015, Realtek Semiconductor Corporation. All rights reserved.
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include "ameba_soc.h"
|
||||
|
||||
UARTCFG_TypeDef uart_config[2]=
|
||||
{
|
||||
/* UART0 */
|
||||
{
|
||||
.LOW_POWER_RX_ENABLE = DISABLE, /*Enable low power RX*/
|
||||
},
|
||||
/* UART1 */
|
||||
{
|
||||
.LOW_POWER_RX_ENABLE = DISABLE,
|
||||
},
|
||||
};
|
||||
|
||||
/******************* (C) COPYRIGHT 2016 Realtek Semiconductor *****END OF FILE****/
|
||||
Loading…
Add table
Add a link
Reference in a new issue