Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_gpio.c42 #define PCF_POSITION_MASK ((uint32_t)0x000F0000U) /*!< AFIO_PCF register position… macro
384 temp_mask = (remap & PCF_POSITION_MASK) >> 0x10U; in gpio_pin_remap_config()
516 temp_mask = (afio_function & PCF_POSITION_MASK) >> 0x10U; in gpio_afio_port_config()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_gpio.c41 #define PCF_POSITION_MASK ((uint32_t)0x000F0000U) /*!< AFIO_PCF register position… macro
354 temp_mask = (remap & PCF_POSITION_MASK) >> 0x10U; in gpio_pin_remap_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_gpio.c42 #define PCF_POSITION_MASK ((uint32_t)0x000F0000U) /*!< AFIO_PCF register position… macro
377 temp_mask = (remap & PCF_POSITION_MASK) >> 0x10U; in gpio_pin_remap_config()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_gpio.c43 #define PCF_POSITION_MASK ((uint32_t)0x000F0000U) /*!< AFIO_PCF register position… macro
366 temp_mask = (remap & PCF_POSITION_MASK) >> 0x10U; in gpio_pin_remap_config()