Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_gpio.c254 if((uint32_t)RESET != (GPIO_ISTAT(gpio_periph) & (pin))) { in gpio_input_bit_get()
271 return ((uint16_t)GPIO_ISTAT(gpio_periph)); in gpio_input_port_get()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_gpio.c273 if((uint32_t)RESET != (GPIO_ISTAT(gpio_periph) & (pin))) { in gpio_input_bit_get()
290 return ((uint16_t)GPIO_ISTAT(gpio_periph)); in gpio_input_port_get()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_gpio.c259 if((uint32_t)RESET != (GPIO_ISTAT(gpio_periph)&(pin))){ in gpio_input_bit_get()
276 return ((uint16_t)GPIO_ISTAT(gpio_periph)); in gpio_input_port_get()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_gpio.c272 if((uint32_t)RESET != (GPIO_ISTAT(gpio_periph)&(pin))){ in gpio_input_bit_get()
289 return (uint16_t)GPIO_ISTAT(gpio_periph); in gpio_input_port_get()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_gpio.c263 if ((uint32_t) RESET != (GPIO_ISTAT(gpio_periph) & (pin))) { in gpio_input_bit_get()
278 return (uint16_t) (GPIO_ISTAT(gpio_periph)); in gpio_input_port_get()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_gpio.c279 if((uint32_t)RESET != (GPIO_ISTAT(gpio_periph)&(pin))){ in gpio_input_bit_get()
294 return (uint16_t)(GPIO_ISTAT(gpio_periph)); in gpio_input_port_get()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_gpio.c270 if((uint32_t)RESET != (GPIO_ISTAT(gpio_periph)&(pin))){ in gpio_input_bit_get()
285 return (uint16_t)(GPIO_ISTAT(gpio_periph)); in gpio_input_port_get()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_gpio.c279 if((uint32_t)RESET != (GPIO_ISTAT(gpio_periph)&(pin))){ in gpio_input_bit_get()
294 return (uint16_t)(GPIO_ISTAT(gpio_periph)); in gpio_input_port_get()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_gpio.h52 #define GPIO_ISTAT(gpiox) REG32((gpiox) + 0x00000010U) /*!< GPIO port input status regi… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_gpio.h59 #define GPIO_ISTAT(gpiox) REG32((gpiox) + 0x10U) /*!< GPIO port input status register */ macro
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_gpio.h56 #define GPIO_ISTAT(gpiox) REG32((gpiox) + 0x08U) /*!< GPIO port input status register */ macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_gpio.h54 #define GPIO_ISTAT(gpiox) REG32((gpiox) + 0x00000010U) /*!< GPIO port input status regi… macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_gpio.h53 #define GPIO_ISTAT(gpiox) REG32((gpiox) + 0x00000010U) /*!< GPIO port input status regi… macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_gpio.h57 #define GPIO_ISTAT(gpiox) REG32((gpiox) + 0x08U) /*!< GPIO port input status register */ macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_gpio.h58 #define GPIO_ISTAT(gpiox) REG32((gpiox) + 0x08U) /*!< GPIO port input status register */ macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_gpio.h58 #define GPIO_ISTAT(gpiox) REG32((gpiox) + 0x00000008U) /*!< GPIO port input status reg… macro