Home
last modified time | relevance | path

Searched refs:IPA_IMS (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.c406 IPA_IMS &= ~(IPA_IMS_HEIGHT | IPA_IMS_WIDTH); in ipa_destination_init()
407 IPA_IMS |= ((destination_struct->image_width << 16U) | (destination_struct->image_height)); in ipa_destination_init()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_ipa.h65 #define IPA_IMS REG32(IPA + 0x00000044U) /*!< IPA image size register… macro