Home
last modified time | relevance | path

Searched refs:IPA_FPCTL (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_ipa.c116 IPA_FPCTL |= IPA_FPCTL_FLLEN; in ipa_foreground_lut_loading_enable()
209 IPA_FPCTL &= ~(IPA_FPCTL_FPDAV | IPA_FPCTL_FAVCA | IPA_FPCTL_FPF); in ipa_foreground_init()
210 IPA_FPCTL |= (foreground_struct->foreground_prealpha << 24U); in ipa_foreground_init()
211 IPA_FPCTL |= foreground_struct->foreground_alpha_algorithm; in ipa_foreground_init()
212 IPA_FPCTL |= foreground_struct->foreground_pf; in ipa_foreground_init()
426 if(RESET != (IPA_FPCTL & IPA_FPCTL_FLLEN)) { in ipa_foreground_lut_init()
429 IPA_FPCTL &= ~IPA_FPCTL_FLLEN; in ipa_foreground_lut_init()
433 IPA_FPCTL |= ((uint32_t)fg_lut_num << 8U); in ipa_foreground_lut_init()
436 IPA_FPCTL |= IPA_FPCTL_FLPF; in ipa_foreground_lut_init()
438 IPA_FPCTL &= ~(IPA_FPCTL_FLPF); in ipa_foreground_lut_init()
[all …]
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_ipa.h55 #define IPA_FPCTL REG32(IPA + 0x0000001CU) /*!< IPA foreground pixel co… macro