Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_gpio/
Dmss_gpio.c173 else if (((GPIO1_LO == gpio) || (GPIO1_HI == gpio)) && in MSS_GPIO_config_byte()
313 else if ((GPIO1_LO == gpio) || (GPIO1_HI == gpio)) in MSS_GPIO_enable_irq()
355 else if ((GPIO1_LO == gpio) || (GPIO1_HI == gpio)) in MSS_GPIO_disable_irq()
389 else if ((GPIO1_LO == gpio) || (GPIO1_HI == gpio)) in MSS_GPIO_enable_nondirect_irq()
417 else if ((GPIO1_LO == gpio) || (GPIO1_HI == gpio)) in MSS_GPIO_disable_nondirect_irq()
461 else if (((GPIO1_LO == gpio) || (GPIO1_HI == gpio)) && in gpio_number_validate()
Dmss_gpio.h286 #define GPIO1_LO ((GPIO_TypeDef*)0x20121000UL) macro
/hal_microchip-latest/mpfs/mpfs_hal/common/nwc/
Dmss_io.c600 MSS_GPIO_set_output(GPIO1_LO, i, 0x0); in gpio_toggle_test()
611 MSS_GPIO_set_output(GPIO1_LO, i, 0x1); in gpio_toggle_test()
627 MSS_GPIO_init(GPIO1_LO); in gpio_set_config()
634 MSS_GPIO_config(GPIO1_LO, i, MSS_GPIO_OUTPUT_MODE); in gpio_set_config()