Lines Matching refs:gpio
452 GPIO_TypeDef * gpio
502 GPIO_TypeDef * gpio,
566 GPIO_TypeDef * gpio, in MSS_GPIO_set_outputs() argument
570 gpio->GPIO_OUT = value; in MSS_GPIO_set_outputs()
614 GPIO_TypeDef * gpio,
666 GPIO_TypeDef * gpio,
707 GPIO_TypeDef * gpio,
739 MSS_GPIO_get_inputs( GPIO_TypeDef const * gpio ) in MSS_GPIO_get_inputs() argument
741 return gpio->GPIO_IN; in MSS_GPIO_get_inputs()
773 GPIO_TypeDef const * gpio
803 GPIO_TypeDef const * gpio
838 MSS_GPIO_get_outputs( GPIO_TypeDef const * gpio ) in MSS_GPIO_get_outputs() argument
840 return gpio->GPIO_OUT; in MSS_GPIO_get_outputs()
882 MSS_GPIO_get_irq( GPIO_TypeDef const * gpio ) in MSS_GPIO_get_irq() argument
884 return gpio->GPIO_IRQ; in MSS_GPIO_get_irq()
940 GPIO_TypeDef * gpio,
983 GPIO_TypeDef * gpio,
1013 GPIO_TypeDef * gpio,
1063 GPIO_TypeDef * gpio,