Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_ipa.c325 destination_struct->destination_pregreen = IPA_DEFAULT_VALUE; in ipa_destination_struct_para_init()
366 …A_DPV = (destination_struct->destination_preblue | (destination_struct->destination_pregreen << 8U) in ipa_destination_init()
373 …A_DPV = (destination_struct->destination_preblue | (destination_struct->destination_pregreen << 8U) in ipa_destination_init()
379 …A_DPV = (destination_struct->destination_preblue | (destination_struct->destination_pregreen << 5U) in ipa_destination_init()
385 …A_DPV = (destination_struct->destination_preblue | (destination_struct->destination_pregreen << 5U) in ipa_destination_init()
392 …A_DPV = (destination_struct->destination_preblue | (destination_struct->destination_pregreen << 4U) in ipa_destination_init()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_ipa.h223 … uint32_t destination_pregreen; /*!< destination pre-defined green value */ member