Home
last modified time | relevance | path

Searched refs:LCDC_LEDInitStruct (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.c502 LCDC_LEDInitStruct->LCDC_LEDImgHeight = 16; in LCDC_LEDStructInit()
503 LCDC_LEDInitStruct->LCDC_LEDImgWidth = 64; in LCDC_LEDStructInit()
508 LCDC_LEDInitStruct->LCDC_LEDLatchWidth = 2; in LCDC_LEDStructInit()
509 LCDC_LEDInitStruct->LCDC_LEDFrmIdlePd = 2; in LCDC_LEDStructInit()
552 …assert_param((LCDC_LEDInitStruct->LCDC_LEDImgHeight <= 0xfff)&&(LCDC_LEDInitStruct->LCDC_LEDImgWid… in LCDC_LEDInit()
553 …assert_param((LCDC_LEDInitStruct->LCDC_LEDOEActw >= 1) && (LCDC_LEDInitStruct->LCDC_LEDOEActw <= 0… in LCDC_LEDInit()
554 …assert_param((LCDC_LEDInitStruct->LCDC_LEDFrmIdlePd >= 1) && (LCDC_LEDInitStruct->LCDC_LEDFrmIdleP… in LCDC_LEDInit()
555 …assert_param((LCDC_LEDInitStruct->LCDC_LEDLatchWidth >= 1) && (LCDC_LEDInitStruct->LCDC_LEDLatchWi… in LCDC_LEDInit()
556 …assert_param((LCDC_LEDInitStruct->LCDC_LEDLineIdlePd >= 1) && (LCDC_LEDInitStruct->LCDC_LEDLineIdl… in LCDC_LEDInit()
605 HDotNum = LCDC_LEDInitStruct->LCDC_LEDImgWidth + LCDC_LEDInitStruct->LCDC_LEDLineIdlePd; in LCDC_LEDInit()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dlcdc_api.c82 LCDC_LEDInit(LCDC, &obj->lcdc_if.LCDC_LEDInitStruct); in lcdc_init()
84 if(obj->lcdc_if.LCDC_LEDInitStruct.LCDC_LEDColorChnl == LCDC_LED_ONE_CHANNEL){ in lcdc_init()
86 line_sel = _log2(obj->lcdc_if.LCDC_LEDInitStruct.LCDC_LEDImgHeight); in lcdc_init()
90 switch(obj->lcdc_if.LCDC_LEDInitStruct.LCDC_LEDColorNum ){ in lcdc_init()
103 line_sel = _log2(obj->lcdc_if.LCDC_LEDInitStruct.LCDC_LEDImgHeight/2); in lcdc_init()
107 switch(obj->lcdc_if.LCDC_LEDInitStruct.LCDC_LEDColorNum ){ in lcdc_init()
A Dobjects.h122 LCDC_LEDInitTypeDef LCDC_LEDInitStruct; member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_lcdc.h860 _LONG_CALL_ void LCDC_LEDStructInit(LCDC_LEDInitTypeDef * LCDC_LEDInitStruct);
861 _LONG_CALL_ void LCDC_LEDInit(LCDC_TypeDef* LCDCx, LCDC_LEDInitTypeDef* LCDC_LEDInitStruct);

Completed in 12 milliseconds