Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_ipa.c365 IPA_DPV &= ~(IPA_DPV_DPDBV_0 | (IPA_DPV_DPDGV_0) | (IPA_DPV_DPDRV_0) | (IPA_DPV_DPDAV_0)); in ipa_destination_init()
366IPA_DPV = (destination_struct->destination_preblue | (destination_struct->destination_pregreen << … in ipa_destination_init()
372 IPA_DPV &= ~(IPA_DPV_DPDBV_1 | (IPA_DPV_DPDGV_1) | (IPA_DPV_DPDRV_1)); in ipa_destination_init()
373IPA_DPV = (destination_struct->destination_preblue | (destination_struct->destination_pregreen << … in ipa_destination_init()
378 IPA_DPV &= ~(IPA_DPV_DPDBV_2 | (IPA_DPV_DPDGV_2) | (IPA_DPV_DPDRV_2)); in ipa_destination_init()
379IPA_DPV = (destination_struct->destination_preblue | (destination_struct->destination_pregreen << … in ipa_destination_init()
384 IPA_DPV &= ~(IPA_DPV_DPDBV_3 | (IPA_DPV_DPDGV_3) | (IPA_DPV_DPDRV_3) | (IPA_DPV_DPDAV_3)); in ipa_destination_init()
385IPA_DPV = (destination_struct->destination_preblue | (destination_struct->destination_pregreen << … in ipa_destination_init()
391 IPA_DPV &= ~(IPA_DPV_DPDBV_4 | (IPA_DPV_DPDGV_4) | (IPA_DPV_DPDRV_4) | (IPA_DPV_DPDAV_4)); in ipa_destination_init()
392IPA_DPV = (destination_struct->destination_preblue | (destination_struct->destination_pregreen << … in ipa_destination_init()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_ipa.h62 #define IPA_DPV REG32(IPA + 0x00000038U) /*!< IPA destination pixel v… macro