Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_gpio.c42 #define PCF_SWJCFG_MASK ((uint32_t)0xF0FFFFFFU) /*!< AFIO_PCF register SWJCFG m… macro
360 temp_reg &= PCF_SWJCFG_MASK; in gpio_pin_remap_config()
361 AFIO_PCF0 &= PCF_SWJCFG_MASK; in gpio_pin_remap_config()
365 temp_reg |= ~PCF_SWJCFG_MASK; in gpio_pin_remap_config()
368 temp_reg |= ~PCF_SWJCFG_MASK; in gpio_pin_remap_config()

Completed in 3 milliseconds