Home
last modified time | relevance | path

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

/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/
A Dn32g4fr_gpio.c621 assert_param(IS_GPIO_REMAP(RmpPin)); in GPIO_ConfigPinRemap()
625 if ((RmpPin & 0x40000000) == 0x40000000) in GPIO_ConfigPinRemap()
629 else if ((RmpPin & 0x20000000) == 0x20000000) in GPIO_ConfigPinRemap()
633 else if ((RmpPin & 0x10000000) == 0x10000000) in GPIO_ConfigPinRemap()
642 tmpmask = (RmpPin & DBGAFR_POSITION_MASK) >> 16; in GPIO_ConfigPinRemap()
643 tmp = RmpPin & LSB_MASK; in GPIO_ConfigPinRemap()
645 if ((RmpPin in GPIO_ConfigPinRemap()
664 if ((RmpPin & 0x70000000) == 0x00000000) in GPIO_ConfigPinRemap()
789 if ((RmpPin & 0x40000000) == 0x40000000) in GPIO_ConfigPinRemap()
793 else if ((RmpPin & 0x20000000) == 0x20000000) in GPIO_ConfigPinRemap()
[all …]
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/
A Dn32wb452_gpio.c613 assert_param(IS_GPIO_REMAP(RmpPin)); in GPIO_ConfigPinRemap()
617 if ((RmpPin & 0x40000000) == 0x40000000) in GPIO_ConfigPinRemap()
621 else if ((RmpPin & 0x20000000) == 0x20000000) in GPIO_ConfigPinRemap()
625 else if ((RmpPin & 0x10000000) == 0x10000000) in GPIO_ConfigPinRemap()
634 tmpmask = (RmpPin & DBGAFR_POSITION_MASK) >> 16; in GPIO_ConfigPinRemap()
635 tmp = RmpPin & LSB_MASK; in GPIO_ConfigPinRemap()
637 if ((RmpPin in GPIO_ConfigPinRemap()
656 if ((RmpPin & 0x70000000) == 0x00000000) in GPIO_ConfigPinRemap()
781 if ((RmpPin & 0x40000000) == 0x40000000) in GPIO_ConfigPinRemap()
785 else if ((RmpPin & 0x20000000) == 0x20000000) in GPIO_ConfigPinRemap()
[all …]
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/
A Dn32g45x_gpio.c634 assert_param(IS_GPIO_REMAP(RmpPin)); in GPIO_ConfigPinRemap()
638 if ((RmpPin & 0x80000000) == 0x80000000) in GPIO_ConfigPinRemap()
642 else if ((RmpPin & 0x40000000) == 0x40000000) in GPIO_ConfigPinRemap()
646 else if ((RmpPin & 0x20000000) == 0x20000000) in GPIO_ConfigPinRemap()
650 else if ((RmpPin & 0x10000000) == 0x10000000) in GPIO_ConfigPinRemap()
660 tmp = RmpPin & LSB_MASK; in GPIO_ConfigPinRemap()
662 if ((RmpPin in GPIO_ConfigPinRemap()
681 if ((RmpPin & 0x70000000) == 0x00000000) in GPIO_ConfigPinRemap()
806 if ((RmpPin & 0x80000000) == 0x80000000) in GPIO_ConfigPinRemap()
810 else if ((RmpPin & 0x40000000) == 0x40000000) in GPIO_ConfigPinRemap()
[all …]
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/
A Dn32g45x_gpio.c631 assert_param(IS_GPIO_REMAP(RmpPin)); in GPIO_ConfigPinRemap()
635 if ((RmpPin & 0x40000000) == 0x40000000) in GPIO_ConfigPinRemap()
639 else if ((RmpPin & 0x20000000) == 0x20000000) in GPIO_ConfigPinRemap()
643 else if ((RmpPin & 0x10000000) == 0x10000000) in GPIO_ConfigPinRemap()
652 tmpmask = (RmpPin & DBGAFR_POSITION_MASK) >> 16; in GPIO_ConfigPinRemap()
653 tmp = RmpPin & LSB_MASK; in GPIO_ConfigPinRemap()
655 if ((RmpPin in GPIO_ConfigPinRemap()
674 if ((RmpPin & 0x70000000) == 0x00000000) in GPIO_ConfigPinRemap()
799 if ((RmpPin & 0x40000000) == 0x40000000) in GPIO_ConfigPinRemap()
803 else if ((RmpPin & 0x20000000) == 0x20000000) in GPIO_ConfigPinRemap()
[all …]
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/
A Dn32wb452_gpio.h423 void GPIO_ConfigPinRemap(uint32_t RmpPin, FunctionalState Cmd);
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dn32g45x_gpio.h443 void GPIO_ConfigPinRemap(uint32_t RmpPin, FunctionalState Cmd);
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/
A Dn32g4fr_gpio.h439 void GPIO_ConfigPinRemap(uint32_t RmpPin, FunctionalState Cmd);
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/
A Dn32g45x_gpio.h448 void GPIO_ConfigPinRemap(uint32_t RmpPin, FunctionalState Cmd);

Completed in 28 milliseconds