Home
last modified time | relevance | path

Searched refs:LCDC_MCUInitStruct (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_lcdc.c52 LCDC_MCUInitStruct->LCDC_MCUImgHeight = 320; in LCDC_MCUStructInit()
53 LCDC_MCUInitStruct->LCDC_MCUImgWidth = 240; in LCDC_MCUStructInit()
57 LCDC_MCUInitStruct->LCDC_MCUTEDelay = 5; in LCDC_MCUStructInit()
67 LCDC_MCUInitStruct->LCDC_MCUWrPulWidth = 4; in LCDC_MCUStructInit()
103 …assert_param((LCDC_MCUInitStruct->LCDC_MCUImgHeight <= 0xfff)&&(LCDC_MCUInitStruct->LCDC_MCUImgWid… in LCDC_MCUInit()
104 …assert_param((LCDC_MCUInitStruct->LCDC_MCUTEDelay>=5) && (LCDC_MCUInitStruct->LCDC_MCUTEDelay<=655… in LCDC_MCUInit()
106 …assert_param((LCDC_MCUInitStruct->LCDC_MCUVsyncSigWidth>=1) && (LCDC_MCUInitStruct->LCDC_MCUVsyncS… in LCDC_MCUInit()
107 …assert_param((LCDC_MCUInitStruct->LCDC_MCURdInacvWidth>=1) && (LCDC_MCUInitStruct->LCDC_MCURdInacv… in LCDC_MCUInit()
108 …assert_param((LCDC_MCUInitStruct->LCDC_MCURdAcvWidth>=1) && (LCDC_MCUInitStruct->LCDC_MCURdAcvWidt… in LCDC_MCUInit()
109 …assert_param((LCDC_MCUInitStruct->LCDC_MCUWrPulWidth>=2)&&(LCDC_MCUInitStruct->LCDC_MCUWrPulWidth<… in LCDC_MCUInit()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dlcdc_api.c64 LCDC_MCUInit(LCDC, &obj->lcdc_if.LCDC_MCUInitStruct); in lcdc_init()
66 if(obj->lcdc_if.LCDC_MCUInitStruct.LCDC_MCUIfMode == LCDC_MCU_IF_16_BIT){ in lcdc_init()
A Dobjects.h120 LCDC_MCUInitTypeDef LCDC_MCUInitStruct; member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_lcdc.h836 _LONG_CALL_ void LCDC_MCUStructInit(LCDC_MCUInitTypeDef* LCDC_MCUInitStruct);
837 _LONG_CALL_ void LCDC_MCUInit(LCDC_TypeDef* LCDCx, LCDC_MCUInitTypeDef* LCDC_MCUInitStruct);

Completed in 14 milliseconds