Home
last modified time | relevance | path

Searched refs:IPA_CTL_TST (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.c95 IPA_CTL |= IPA_CTL_TST; in ipa_transfer_stop_enable()
106 IPA_CTL &= ~(IPA_CTL_TST); in ipa_transfer_stop_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_ipa.h72 #define IPA_CTL_TST BIT(2) /*!< transfer stop */ macro