Home
last modified time | relevance | path

Searched refs:IPA_BPCTL_BLLEN (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.c127 IPA_BPCTL |= IPA_BPCTL_BLLEN; in ipa_background_lut_loading_enable()
461 if(RESET != (IPA_BPCTL & IPA_BPCTL_BLLEN)) { in ipa_background_lut_init()
464 IPA_BPCTL &= ~IPA_BPCTL_BLLEN; in ipa_background_lut_init()
481 IPA_BPCTL |= IPA_BPCTL_BLLEN; in ipa_background_lut_init()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_ipa.h125 #define IPA_BPCTL_BLLEN BIT(5) /*!< background LUT loading enable */ macro