Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_gpio.c44 #define PCF_LOCATION2_MASK ((uint32_t)0x00100000U) /*!< AFIO_PCF register location… macro
358 if ((PCF_LOCATION1_MASK | PCF_LOCATION2_MASK) in gpio_pin_remap_config()
359 == (remap & (PCF_LOCATION1_MASK | PCF_LOCATION2_MASK))) { in gpio_pin_remap_config()
362 } else if (PCF_LOCATION2_MASK == (remap & PCF_LOCATION2_MASK)) { in gpio_pin_remap_config()

Completed in 3 milliseconds